Changeset 28 in pacpusframework for trunk/cmake


Ignore:
Timestamp:
01/08/13 17:28:51 (11 years ago)
Author:
sgosseli
Message:

Major: to avoid names collision with other libraries, we should include 'Pacpus/kernel/file.h' instead of 'kernel/file.h'
To work-around this patch, if you use old stuff, you can add in your cmake: include_directories(${PACPUS_INCLUDE_DIR}/Pacpus)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/PacpusInstall.cmake

    r26 r28  
    1313install(
    1414  DIRECTORY
    15     ${PACPUS_ROOT_DIR}/cmake
     15    ${PACPUS_CMAKE_DIR}
    1616  DESTINATION
    1717    ${PACPUS_INSTALL_DIR}
     
    2525    ${PACPUS_INCLUDE_DIR}
    2626  DESTINATION
    27     ${PACPUS_INSTALL_DIR}/include
     27    ${PACPUS_INSTALL_DIR}
    2828)
    2929
Note: See TracChangeset for help on using the changeset viewer.