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 add_library(
0002     ActsExamplesDetectorGeant4
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
0017         ActsCore
0018         ActsExamplesFramework
0019         ActsExamplesGeant4
0020         ActsPluginGeant4
0021         ActsExamplesDetectorsCommon
0022 )
0023 
0024 install(
0025     TARGETS ActsExamplesDetectorGeant4
0026     LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0027 )