Warning, /acts/Plugins/FastJet/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 acts_add_library(
0002 PluginFastJet
0003 src/Jets.cpp
0004 ACTS_INCLUDE_FOLDER include/ActsPlugins
0005 )
0006
0007 target_include_directories(
0008 ActsPluginFastJet
0009 PUBLIC
0010 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0011 $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
0012 )
0013
0014 target_link_libraries(
0015 ActsPluginFastJet
0016 PUBLIC Acts::Fatras Acts::Core FastJet::FastJet
0017 )