- Timestamp:
- Aug 23, 2014, 8:25:53 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 5b5a56b
- Parents:
- 9ca0c9c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/CMakeLists.txt
r9ca0c9c rbe6c1c8 6 6 file(GLOB executables RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cpp) 7 7 8 # TODO: implement switch to enable Pythia8 if present 9 list(REMOVE_ITEM executables ${CMAKE_CURRENT_SOURCE_DIR}/DelphesPythia8.cpp) 8 # TODO: implement switch to enable CMSSW, ProMC and Pythia8 if present 9 list(REMOVE_ITEM executables DelphesCMSFWLite.cpp) 10 list(REMOVE_ITEM executables DelphesProMC.cpp) 11 list(REMOVE_ITEM executables DelphesPythia8.cpp) 10 12 11 13 # build all executables and put them into bin/
Note:
See TracChangeset
for help on using the changeset viewer.