Changeset 216 in pacpusframework for trunk/src/_NewComponent/CMakeLists.txt.in
- Timestamp:
- Nov 8, 2013, 12:20:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/_NewComponent/CMakeLists.txt.in
r194 r216 27 27 ${EXPORT_HDR} 28 28 @PACPUS_COMPONENT_NAME@.h 29 @PACPUS_COMPONENT_NAME@Impl.h 29 30 ) 30 31 … … 32 33 ${PLUGIN_CPP} 33 34 @PACPUS_COMPONENT_NAME@.cpp 35 @PACPUS_COMPONENT_NAME@Impl.cpp 34 36 ) 35 37 … … 37 39 ${PLUGIN_HDR} 38 40 @PACPUS_COMPONENT_NAME@.h 41 @PACPUS_COMPONENT_NAME@Impl.h 39 42 ) 40 43 … … 77 80 # INSTALL 78 81 pacpus_install(${PROJECT_NAME}) 82
Note:
See TracChangeset
for help on using the changeset viewer.