- Timestamp:
- Nov 23, 2016, 6:02:52 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- b309507
- Parents:
- ebda67d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/CMakeLists.txt
rebda67d r0f5bf9d 20 20 21 21 # install public headers 22 install(FILES Delphes.h DESTINATION include/modules) 22 install(FILES Delphes.h 23 DESTINATION include/modules 24 ) 25 26 # install pcms if they are created 27 if (${ROOT_VERSION} GREATER 6) 28 install(FILES 29 ${PROJECT_BINARY_DIR}/modules/libModulesDict_rdict.pcm 30 ${PROJECT_BINARY_DIR}/modules/libFastJetDict_rdict.pcm 31 DESTINATION lib) 32 endif()
Note:
See TracChangeset
for help on using the changeset viewer.