Changes in / [8a4fba8:0ac1afd] in git
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/CMakeLists.txt
r8a4fba8 r0ac1afd 23 23 24 24 # install pcms if they are created 25 if ( ${ROOT_VERSION} GREATER 6)25 if (NOT ${ROOT_VERSION} VERSION_LESS "6.0.0") 26 26 install(FILES 27 27 ${PROJECT_BINARY_DIR}/classes/libClassesDict_rdict.pcm -
display/CMakeLists.txt
r8a4fba8 r0ac1afd 17 17 18 18 # install pcms if they are created 19 if ( ${ROOT_VERSION} GREATER 6)19 if (NOT ${ROOT_VERSION} VERSION_LESS "6.0.0") 20 20 install(FILES 21 21 ${PROJECT_BINARY_DIR}/display/libDisplayDict_rdict.pcm -
modules/CMakeLists.txt
r8a4fba8 r0ac1afd 23 23 24 24 # install pcms if they are created 25 if ( ${ROOT_VERSION} GREATER 6)25 if (NOT ${ROOT_VERSION} VERSION_LESS "6.0.0") 26 26 install(FILES 27 27 ${PROJECT_BINARY_DIR}/modules/libModulesDict_rdict.pcm
Note:
See TracChangeset
for help on using the changeset viewer.