Warning, /acts/Examples/Algorithms/Traccc/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(ActsExamplesTraccc 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 ActsCore
0012 ActsExamplesFramework
0013 ActsExamplesPropagation
0014 ActsPluginDetray
0015 )
0016
0017 install(TARGETS ActsExamplesTraccc LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})