Changeset 140 in pacpusframework for branches/2.0-beta1/src/PacpusTools
- Timestamp:
- Jul 30, 2013, 4:50:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/PacpusTools/CMakeLists.txt
r126 r140 63 63 # Call MOC 64 64 # ======================================== 65 qt 5_wrap_cpp(65 qt_wrap_cpp( 66 66 PROJECT_MOC_SRCS 67 67 ${FILES_TO_MOC} … … 73 73 # Unix 74 74 if(UNIX) 75 list( 76 APPEND PROJECT_SRCS 75 list(APPEND PROJECT_SRCS 77 76 ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/PosixShMem.h 78 77 src/PosixShMem.cpp … … 81 80 # Windows 82 81 if(WIN32) 83 list( 84 APPEND PROJECT_SRCS 82 list(APPEND PROJECT_SRCS 85 83 ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/Win32ShMem.h 86 84 src/Win32ShMem.cpp … … 102 100 103 101 set(OPT_LIBRARIES 104 102 optimized PacpusLib debug PacpusLib_d 105 103 ) 106 104
Note:
See TracChangeset
for help on using the changeset viewer.