Changeset 4ed4118 in git
- Timestamp:
- Feb 5, 2018, 11:57:33 AM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 90187bd
- Parents:
- 0a88f17
- git-author:
- William Fawcett <william.fawcett@…> (02/05/18 11:02:29)
- git-committer:
- William Fawcett <william.fawcett@…> (02/05/18 11:57:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r0a88f17 r4ed4118 26 26 ENDIF(SET_RPATH) 27 27 28 # WJF: add path to place where Find*.cmake files can be found (for external libraries)29 28 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/") 30 29 … … 33 32 include(${ROOT_USE_FILE}) 34 33 35 # WJF: Declare TrickTrack dependency36 find_package(tricktrack)37 include_directories(${tricktrack_INCLUDE_DIR})38 34 39 # WJF: Declare Eigen dependency 40 include_directories($ENV{EIGEN_INCLUDE_DIR}) 41 42 # WJF: Declare Pythia8 dependancy 35 # Declare Pythia8 dependancy 43 36 find_package(Pythia8) 44 37 if(PYTHIA8_FOUND) … … 74 67 add_subdirectory(readers) 75 68 add_subdirectory(cards) 76 add_subdirectory(analysis) # WJF: add for my analysis code77 69 78 70 add_library(Delphes SHARED … … 100 92 target_link_Libraries(DelphesDisplay ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES}) 101 93 if(PYTHIA8_FOUND) 102 target_link_libraries(Delphes ${LIBS}) # WJF: add (needed for DelphesPythia8)94 target_link_libraries(Delphes ${LIBS}) # needed for DelphesPythia8 103 95 endif(PYTHIA8_FOUND) 104 96
Note:
See TracChangeset
for help on using the changeset viewer.