- 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
-
external/ExRootAnalysis/CMakeLists.txt
rebda67d r0f5bf9d 13 13 14 14 # install headers needed by public Delphes headers to include/ 15 install(FILES ExRootTask.h ExRootConfReader.h DESTINATION include/ExRootAnalysis) 15 install(FILES ExRootTask.h ExRootConfReader.h ExRootTreeWriter.h ExRootTreeBranch.h 16 DESTINATION include/ExRootAnalysis) 17 18 # install all LinkDef files into the same folder to ease user environment 19 install(FILES ExRootAnalysisLinkDef.h DESTINATION include) 20 21 # install pcms if they are created 22 if (${ROOT_VERSION} GREATER 6) 23 install(FILES 24 ${PROJECT_BINARY_DIR}/external/ExRootAnalysis/libExRootAnalysisDict_rdict.pcm 25 DESTINATION lib) 26 endif()
Note:
See TracChangeset
for help on using the changeset viewer.