Warning, /acts/Plugins/FastJet/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(ActsPluginFastJet INTERFACE)
0002
0003 target_include_directories(
0004 ActsPluginFastJet
0005 INTERFACE
0006 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0007 $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
0008 )
0009 target_link_libraries(ActsPluginFastJet INTERFACE FastJet)
0010
0011 install(
0012 TARGETS ActsPluginFastJet
0013 EXPORT ActsPluginFastJetTargets
0014 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0015 )
0016 # Add once fastjet plugin has headers
0017 # install(DIRECTORY include/Acts DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})