Changeset 110 in pacpusframework for branches/2.0-beta1/src/DBITEPlayerLib
- Timestamp:
- Jun 13, 2013, 1:43:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/DBITEPlayerLib/CMakeLists.txt
r98 r110 33 33 ${CMAKE_BINARY_DIR}/DBITEPlayer 34 34 ${QT_INCLUDE_DIR} 35 ) 36 37 # ======================================== 38 # Link directories 39 # ======================================== 40 link_directories( 41 ${PROJECT_BINARY_DIR}/../PacpusLib 42 ${PROJECT_BINARY_DIR}/../FileLib 35 43 ) 36 44 … … 92 100 target_link_libraries( 93 101 ${PROJECT_NAME} 94 FileLib 95 PacpusTools 96 #optimized FileLib debug FileLib_d 97 #optimized PacpusTools debug PacpusTools_d 102 ${PACPUS_DEPENDENCIES_LIB} 103 #FileLib 104 #PacpusTools 105 optimized FileLib debug FileLib_d 106 optimized PacpusLib debug PacpusLib_d 98 107 ${QT_LIBRARIES} 99 108 )
Note:
See TracChangeset
for help on using the changeset viewer.