Warning, /acts/Plugins/Legacy/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(ActsPluginLegacy INTERFACE)
0002 target_compile_features(ActsPluginLegacy INTERFACE cxx_std_17)
0003 target_include_directories(
0004 ActsPluginLegacy
0005 INTERFACE
0006 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0007 $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
0008 )
0009 target_link_libraries(ActsPluginLegacy INTERFACE Boost::boost Eigen3::Eigen)
0010
0011 install(
0012 TARGETS ActsPluginLegacy
0013 EXPORT ActsPluginLegacyTargets
0014 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0015 )
0016 install(DIRECTORY include/Acts DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})