Changeset 66b8143 in git
- Timestamp:
- Feb 13, 2017, 11:18:11 AM (8 years ago)
- Children:
- e83faed
- Parents:
- 50ed7575
- git-author:
- JP-Ellis <josh@…> (02/13/17 08:19:44)
- git-committer:
- JP-Ellis <josh@…> (02/13/17 11:18:11)
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/CMakeLists.txt
r50ed7575 r66b8143 22 22 install(FILES ${headers} DESTINATION include/classes) 23 23 24 # install all LinkDef files into the same folder to ease user environment 25 install(FILES ClassesLinkDef.h DESTINATION include) 26 24 27 # install pcms if they are created 25 28 if (${ROOT_VERSION} GREATER 6) -
display/CMakeLists.txt
r50ed7575 r66b8143 13 13 add_library(display OBJECT ${sources} DisplayDict.cxx) 14 14 15 # install public headers 16 install(FILES ${headers} DESTINATION include/display) 17 18 # install all LinkDef files into the same folder to ease user environment 19 install(FILES DisplayLinkDef.h DESTINATION include) 20 15 21 # install pcms if they are created 16 22 if (${ROOT_VERSION} GREATER 6) -
external/ExRootAnalysis/CMakeLists.txt
r50ed7575 r66b8143 13 13 14 14 # install headers needed by public Delphes headers to include/ 15 install(FILES 16 ExRootClassifier.h 17 ExRootConfReader.h 18 ExRootFilter.h 19 ExRootProgressBar.h 20 ExRootResult.h 21 ExRootTask.h 22 ExRootTreeBranch.h 23 ExRootTreeReader.h 24 ExRootTreeWriter.h 25 ExRootUtilities.h 26 DESTINATION include/ExRootAnalysis) 15 install(FILES ${headers} DESTINATION include/ExRootAnalysis) 27 16 28 17 # install all LinkDef files into the same folder to ease user environment -
modules/CMakeLists.txt
r50ed7575 r66b8143 20 20 21 21 # install public headers 22 install(FILES Delphes.h 23 DESTINATION include/modules 24 ) 22 install(FILES Delphes.h DESTINATION include/modules) 25 23 26 24 # install pcms if they are created
Note:
See TracChangeset
for help on using the changeset viewer.