Changeset 8c872c8 in git
- Timestamp:
- Feb 13, 2017, 4:08:08 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 39e729d
- Parents:
- 4888f89
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/ExRootAnalysis/CMakeLists.txt
r4888f89 r8c872c8 12 12 add_library(ExRootAnalysis OBJECT ${sources} ExRootAnalysisDict.cxx) 13 13 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) 27 28 # install all LinkDef files into the same folder to ease user environment 29 install(FILES ExRootAnalysisLinkDef.h DESTINATION include) 14 # install public headers 15 install(FILES ${headers} DESTINATION include/ExRootAnalysis) 30 16 31 17 # install pcms if they are created
Note:
See TracChangeset
for help on using the changeset viewer.