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