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