Fork me on GitHub

Changeset 771843a in git


Ignore:
Timestamp:
Jan 22, 2019, 4:21:57 PM (6 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
d63d737
Parents:
7c7fe5e (diff), b5e2583 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Pavel Demin <pavel-demin@…> (01/22/19 16:21:57)
git-committer:
GitHub <noreply@…> (01/22/19 16:21:57)
Message:

Merge pull request #66 from kreczko/kreczko-missing-examples

Added missing examples to install target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/CMakeLists.txt

    r7c7fe5e r771843a  
    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.