Changeset 9259bfe in git
- Timestamp:
- Feb 14, 2017, 9:13:54 AM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 8e7beb7, 9a3d132
- Parents:
- 102596a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
display/CMakeLists.txt
r102596a r9259bfe 13 13 add_library(display OBJECT ${sources} DisplayDict.cxx) 14 14 15 # install public headers 16 install(FILES 17 Delphes3DGeometry.h 18 DelphesEventDisplay.h 19 DESTINATION include/display) 15 # install headers 16 install(FILES ${headers} DESTINATION include/display) 20 17 21 18 # install pcms if they are created -
external/ExRootAnalysis/CMakeLists.txt
r102596a r9259bfe 12 12 add_library(ExRootAnalysis OBJECT ${sources} ExRootAnalysisDict.cxx) 13 13 14 # install publicheaders14 # install headers 15 15 install(FILES ${headers} DESTINATION include/ExRootAnalysis) 16 16 -
modules/CMakeLists.txt
r102596a r9259bfe 19 19 add_library(modules OBJECT ${sources} FastJetDict.cxx ModulesDict.cxx) 20 20 21 # install publicheaders22 install(FILES Delphes.hDESTINATION include/modules)21 # install headers 22 install(FILES ${headers} DESTINATION include/modules) 23 23 24 24 # install pcms if they are created
Note:
See TracChangeset
for help on using the changeset viewer.