Changeset 98 in pacpusframework for branches/2.0-beta1/src/PacpusLib
- Timestamp:
- May 23, 2013, 5:34:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/PacpusLib/CMakeLists.txt
r96 r98 37 37 38 38 # ======================================== 39 # Link directories 40 # ======================================== 41 link_directories( 42 ${PROJECT_BINARY_DIR}/../RoadTime 43 ) 44 45 # ======================================== 39 46 # List of sources 40 47 # ======================================== … … 57 64 ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/inputOutputInterface.h 58 65 ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/PacpusEvent.h 59 ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/CommunicationComponent.h66 #${PACPUS_INCLUDE_DIR}/Pacpus/kernel/CommunicationComponent.h 60 67 61 68 ./ComponentBase.cpp … … 89 96 90 97 if(UNIX) 91 set(LIBS 92 FileLib 93 ) 98 set(LIBS optimized FileLib debug FileLib_d) 99 else() 100 set(LIBS 101 #optimized ROAD_TIME debug ROAD_TIME_d # TODO why debug not found ? 102 ROAD_TIME 103 ) 94 104 endif() 95 105
Note:
See TracChangeset
for help on using the changeset viewer.