Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Examples/Algorithms/Jets/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_library(ActsExamplesJets SHARED src/TruthJetAlgorithm.cpp)
0002 target_include_directories(
0003     ActsExamplesJets
0004     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0005 )
0006 target_link_libraries(
0007     ActsExamplesJets
0008     PUBLIC ActsCore ActsPluginFastJet ActsExamplesFramework
0009 )
0010 
0011 acts_compile_headers(ActsExamplesJets GLOB "include/**/*.hpp")
0012 
0013 install(TARGETS ActsExamplesJets LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})