Warning, /acts/Examples/Algorithms/Detray/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 acts_add_library(ExamplesDetray INTERFACE)
0002
0003 target_include_directories(
0004 ActsExamplesDetray
0005 INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0006 )
0007
0008 target_link_libraries(
0009 ActsExamplesDetray
0010 INTERFACE
0011 Acts::ExamplesFramework
0012 Acts::ExamplesPropagation
0013 Acts::PluginDetray
0014 Acts::PluginCovfie
0015 )
0016
0017 acts_compile_headers(ExamplesDetray GLOB "include/**/*.hpp")