Changeset 98 in pacpusframework for branches/2.0-beta1/src/FileLib
- Timestamp:
- May 23, 2013, 5:34:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/FileLib/CMakeLists.txt
r96 r98 14 14 add_definitions( 15 15 -DFILELIB_EXPORTS 16 ) 17 18 # ======================================== 19 # Link directories 20 # ======================================== 21 link_directories( 22 ${PROJECT_BINARY_DIR}/../PacpusLib 16 23 ) 17 24 … … 45 52 target_link_libraries( 46 53 ${PROJECT_NAME} 47 PacpusLib 54 #optimized PacpusLib debug PacpusLib_d 55 PacpusLib 48 56 ) 49 57 endif()
Note:
See TracChangeset
for help on using the changeset viewer.