Fork me on GitHub

Changeset b5e2583 in git


Ignore:
Timestamp:
Jan 14, 2019, 4:40:31 PM (6 years ago)
Author:
kreczko <lkreczko@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
771843a
Parents:
d20cefb
Message:

added examples/ExternalFastJet and examples/Pythia8 (conditional) to install target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/CMakeLists.txt

    rd20cefb rb5e2583  
    11include_directories(
    22  ${CMAKE_SOURCE_DIR}
    3   ${DelphesExternals_INCLUDE_DIR} 
     3  ${DelphesExternals_INCLUDE_DIR}
    44)
    55
     
    1717# take all other relevant files and put them into examples/
    1818install(FILES ${macros} DESTINATION examples)
     19install(DIRECTORY ExternalFastJet DESTINATION examples)
     20if(PYTHIA8_FOUND)
     21  install(DIRECTORY Pythia8 DESTINATION examples)
     22endif()
Note: See TracChangeset for help on using the changeset viewer.