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     src/Geant4Detector.cpp
0004     src/GdmlDetectorConstruction.cpp
0005     src/GdmlDetector.cpp
0006 )
0007 
0008 target_include_directories(
0009     ActsExamplesDetectorGeant4
0010     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0011 )
0012 
0013 target_link_libraries(
0014     ActsExamplesDetectorGeant4
0015     PUBLIC Acts::ExamplesGeant4 Acts::PluginGeant4 Acts::ExamplesDetectorsCommon
0016 )