Skip to content

Commit

Permalink
Install the FastJet addons headers to work around HEP-FCC#227
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Nov 30, 2022
1 parent 8ce567f commit 94885e8
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 94885e8

Please sign in to comment.