Back to home page

EIC code displayed by LXR

 
 

    


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

0001 acts_add_library(
0002     ExamplesDetectorGeant4
0003     SHARED
0004     src/Geant4Detector.cpp
0005     src/GdmlDetectorConstruction.cpp
0006     src/GdmlDetector.cpp
0007 )
0008 
0009 target_include_directories(
0010     ActsExamplesDetectorGeant4
0011     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0012 )
0013 
0014 target_link_libraries(
0015     ActsExamplesDetectorGeant4
0016     PUBLIC Acts::ExamplesGeant4 Acts::PluginGeant4 Acts::ExamplesDetectorsCommon
0017 )