Back to home page

EIC code displayed by LXR

 
 

    


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

0001 if(ACTS_BUILD_PLUGIN_GEOMODEL)
0002     acts_add_library(ExamplesMuonSpectrometerMockupDetector SHARED)
0003 
0004     target_link_libraries(
0005         ActsExamplesMuonSpectrometerMockupDetector
0006         PUBLIC Acts::ExamplesFramework
0007     )
0008     target_include_directories(
0009         ActsExamplesMuonSpectrometerMockupDetector
0010         PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0011     )
0012     target_sources(
0013         ActsExamplesMuonSpectrometerMockupDetector
0014         PUBLIC src/GeoMuonMockupExperiment.cpp
0015     )
0016     target_link_libraries(
0017         ActsExamplesMuonSpectrometerMockupDetector
0018         PUBLIC ActsPluginGeoModel GeoModelIO::GeoModelWrite
0019     )
0020 endif()