Changeset 28 in pacpusframework for trunk/src/FileLib


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/src/FileLib/CMakeLists.txt

    r25 r28  
    1414set(
    1515  PROJECT_SRCS
    16   ${PACPUS_INCLUDE_DIR}/kernel/DbiteException.h
    17   ${PACPUS_INCLUDE_DIR}/kernel/DbiteFile.h
    18   ${PACPUS_INCLUDE_DIR}/kernel/DbiteFileTypes.h
    19   ${PACPUS_INCLUDE_DIR}/kernel/hdfile_header_t
    20   ${PACPUS_INCLUDE_DIR}/kernel/road_time.h
     16  ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/DbiteException.h
     17  ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/DbiteFile.h
     18  ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/DbiteFileTypes.h
     19  ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/hdfile_header_t
     20  ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/road_time.h
    2121  src/DbiteException.cpp
    2222  src/DbiteFile.cpp
Note: See TracChangeset for help on using the changeset viewer.