Changeset 28 in pacpusframework for trunk/src/RoadTime


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

    r23 r28  
    1414add_definitions(
    1515  -DROAD_TIME_EXPORTS
    16 )
    17 
    18 # ========================================
    19 # Include directories
    20 # ========================================
    21 include_directories(
    22   ${PACPUS_INCLUDE_DIR}
    2316)
    2417
Note: See TracChangeset for help on using the changeset viewer.