Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /acts/Examples/Detectors/TelescopeDetector/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_library(
0002   ActsExamplesDetectorTelescope SHARED
0003   src/TelescopeDetector.cpp
0004   src/TelescopeDetectorElement.cpp
0005   src/BuildTelescopeDetector.cpp)
0006 target_include_directories(
0007   ActsExamplesDetectorTelescope
0008   PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0009 target_link_libraries(
0010   ActsExamplesDetectorTelescope
0011   PUBLIC ActsCore ActsExamplesFramework)
0012 
0013 install(
0014   TARGETS ActsExamplesDetectorTelescope
0015   LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})