- Timestamp:
- Nov 23, 2016, 6:11:54 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 781e3118
- Parents:
- 78a2d4c (diff), 0f5bf9d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Michele Selvaggi <michele.selvaggi@…> (11/23/16 18:11:54)
- git-committer:
- GitHub <noreply@…> (11/23/16 18:11:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/CMakeLists.txt
r78a2d4c rb309507 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.