Changeset 771843a in git
- Timestamp:
- Jan 22, 2019, 4:21:57 PM (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/CMakeLists.txt
r7c7fe5e r771843a 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.