Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 add_library(
0002   ActsPluginLegacy INTERFACE)
0003 target_compile_features(
0004   ActsPluginLegacy
0005   INTERFACE cxx_std_17)
0006 target_include_directories(
0007   ActsPluginLegacy
0008   INTERFACE
0009     $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0010     $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
0011 target_link_libraries(
0012   ActsPluginLegacy
0013   INTERFACE Boost::boost Eigen3::Eigen)
0014 
0015 install(
0016   TARGETS ActsPluginLegacy
0017   EXPORT ActsPluginLegacyTargets
0018   LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
0019 install(
0020   DIRECTORY include/Acts
0021   DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})