Changes in examples/CMakeLists.txt [7fe06d6:b5e2583] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/CMakeLists.txt
r7fe06d6 rb5e2583 1 1 include_directories( 2 2 ${CMAKE_SOURCE_DIR} 3 ${DelphesExternals_INCLUDE_DIR} 3 ${DelphesExternals_INCLUDE_DIR} 4 4 ) 5 5 … … 17 17 # take all other relevant files and put them into examples/ 18 18 install(FILES ${macros} DESTINATION examples) 19 install(DIRECTORY ExternalFastJet DESTINATION examples) 20 if(PYTHIA8_FOUND) 21 install(DIRECTORY Pythia8 DESTINATION examples) 22 endif()
Note:
See TracChangeset
for help on using the changeset viewer.