Warning, /acts/Examples/Detectors/MuonSpectrometerMockupDetector/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(
0002 ActsExamplesMuonSpectrometerMockupDetector SHARED
0003 src/MockupSectorBuilder.cpp)
0004 target_include_directories(
0005 ActsExamplesMuonSpectrometerMockupDetector
0006 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0007 target_link_libraries(
0008 ActsExamplesMuonSpectrometerMockupDetector
0009 PUBLIC ActsCore ActsExamplesFramework ActsExamplesGeant4 ActsExamplesDetectorGeant4 ActsPluginGeant4)
0010
0011 install(
0012 TARGETS ActsExamplesMuonSpectrometerMockupDetector
0013 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
0014