Changeset 111 in pacpusframework for branches/2.0-beta1/src/FileLib
- Timestamp:
- Jun 13, 2013, 3:38:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/FileLib/CMakeLists.txt
r110 r111 49 49 # Libraries 50 50 # ======================================== 51 if(WIN32) # TODO find other solution51 if(WIN32) 52 52 target_link_libraries( 53 53 ${PROJECT_NAME} 54 54 ${PACPUS_DEPENDENCIES_LIB} 55 55 optimized PacpusLib debug PacpusLib_d 56 #PacpusLib57 56 ) 58 57 endif()
Note:
See TracChangeset
for help on using the changeset viewer.