Skip to content

Commit

Permalink
Install the FastJet addons headers to work around #227 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Nov 30, 2022
1 parent 510f677 commit 6044eee
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 @@ -10,3 +10,11 @@ fccanalyses_addon_build(FastJet
EXT_LIBS ${FASTJET_LIBRARIES}
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 6044eee

Please sign in to comment.