Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Plugins/FastJet/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 acts_add_library(
0002     PluginFastJet
0003     SHARED
0004     src/Jets.cpp
0005     ACTS_INCLUDE_FOLDER include/ActsPlugins
0006 )
0007 
0008 target_include_directories(
0009     ActsPluginFastJet
0010     PUBLIC
0011         $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0012         $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
0013 )
0014 
0015 target_link_libraries(
0016     ActsPluginFastJet
0017     PUBLIC Acts::Fatras Acts::Core FastJet::FastJet
0018 )