Changeset 110 in pacpusframework for branches/2.0-beta1/src/PacpusTools
- Timestamp:
- Jun 13, 2013, 1:43:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/PacpusTools/CMakeLists.txt
r89 r110 31 31 include_directories( 32 32 ${QT_INCLUDE_DIR} 33 ) 34 # ======================================== 35 # Link directories 36 # ======================================== 37 link_directories( 38 ${PROJECT_BINARY_DIR}/../PacpusLib 33 39 ) 34 40 … … 94 100 # ======================================== 95 101 pacpus_add_library( 96 ${PROJECT_NAME} 102 ${PROJECT_NAME} SHARED 97 103 ${PROJECT_SRCS} 98 104 ${PROJECT_MOC_SRCS} 105 ) 106 107 # ======================================== 108 # Libraries 109 # ======================================== 110 target_link_libraries( 111 ${PROJECT_NAME} 112 ${QT_LIBRARIES} 113 ${PACPUS_DEPENDENCIES_LIB} 114 optimized PacpusLib debug PacpusLib_d 99 115 ) 100 116
Note:
See TracChangeset
for help on using the changeset viewer.