- Timestamp:
- Dec 15, 2015, 5:00:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.2.x/src/PacpusTools/CMakeLists.txt
r350 r366 37 37 ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/SharedMemory.h 38 38 ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/PosixShMem.h 39 ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/Win32ShMem.h 39 40 40 41 #${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/pacpusStruct.h … … 49 50 #src/PacpusSerialPort.cpp 50 51 src/SharedMemory.cpp 51 src/PosixShMem.cpp52 52 ) 53 54 IF(UNIX) 55 LIST(APPEND SRCS 56 src/PosixShMem.cpp 57 ) 58 ENDIF(UNIX) 59 60 IF(WIN32) 61 LIST(APPEND SRCS 62 src/Win32ShMem.cpp 63 ) 64 ENDIF(WIN32) 53 65 54 66 ################################################################################
Note:
See TracChangeset
for help on using the changeset viewer.