Changeset 150 in pacpusframework for branches/2.0-beta1/src
- Timestamp:
- Jul 31, 2013, 8:26:14 PM (11 years ago)
- Location:
- branches/2.0-beta1/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/DBITEPlayer/CMakeLists.txt
r123 r150 84 84 endif() 85 85 86 if(UNIX) 87 LIST(APPEND OPT_LIBRARIES 88 pthread 89 boost_log_setup 90 ) 91 endif() 92 86 93 # All the platform 87 94 target_link_libraries( -
branches/2.0-beta1/src/PacpusSensor/CMakeLists.txt
r140 r150 83 83 endif() 84 84 85 if(UNIX) 86 LIST(APPEND OPT_LIBRARIES 87 pthread 88 boost_log_setup 89 ) 90 endif() 91 85 92 # All the platform 86 93 target_link_libraries(
Note:
See TracChangeset
for help on using the changeset viewer.