Skip to content

Commit

Permalink
Merge pull request #3 from tmadlener/fcchh_tutorial
Browse files Browse the repository at this point in the history
Install the FastJet addons headers to work around HEP-FCC#227
  • Loading branch information
bistapf authored Nov 29, 2022
2 parents c84fe25 + c684fdc commit c479cf9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions addons/FastJet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ fccanalyses_addon_build(FastJet
${FASTJET_LIBRARY_DIRS}/libfastjetplugins.so
ROOT::MathCore
INSTALL_COMPONENT fastjet)


install(FILES
${CMAKE_CURRENT_LIST_DIR}/ExternalRecombiner.h
${CMAKE_CURRENT_LIST_DIR}/ValenciaPlugin.h
${CMAKE_CURRENT_LIST_DIR}/JetClustering.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/FastJet
)

0 comments on commit c479cf9

Please sign in to comment.