- Timestamp:
- Aug 1, 2013, 9:06:30 AM (11 years ago)
- Location:
- branches/2.0-beta1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/cmake/PacpusDependencies.cmake
r141 r151 98 98 COMPONENTS 99 99 log 100 log_setup 100 101 ) 101 102 include_directories(${Boost_INCLUDE_DIRS}) … … 104 105 list(APPEND PACPUS_DEPENDENCIES_INC ${Boost_INCLUDE_DIRS}) 105 106 list(APPEND PACPUS_DEPENDENCIES_LIB ${Boost_LIBRARIES}) 107 #message("\${PACPUS_DEPENDENCIES_LIB} = ${PACPUS_DEPENDENCIES_LIB}") 106 108 endif() 107 109 -
branches/2.0-beta1/src/DBITEPlayer/CMakeLists.txt
r150 r151 86 86 if(UNIX) 87 87 LIST(APPEND OPT_LIBRARIES 88 pthread 89 boost_log_setup 90 ) 88 pthread 89 ) 91 90 endif() 92 91 -
branches/2.0-beta1/src/PacpusSensor/CMakeLists.txt
r150 r151 85 85 if(UNIX) 86 86 LIST(APPEND OPT_LIBRARIES 87 pthread 88 boost_log_setup 89 ) 87 pthread 88 ) 90 89 endif() 91 90
Note:
See TracChangeset
for help on using the changeset viewer.