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