Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Fatras/Geant4/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 acts_add_library(
0002     FatrasGeant4
0003     SHARED
0004     src/Geant4Decay.cpp
0005     src/PDGtoG4Converter.cpp
0006     src/DummyDetectorConstruction.cpp
0007     ACTS_INCLUDE_FOLDER include/ActsFatras
0008 )
0009 target_compile_definitions(ActsFatrasGeant4 PUBLIC ${Geant4_DEFINITIONS})
0010 target_include_directories(
0011     ActsFatrasGeant4
0012     SYSTEM
0013     PUBLIC ${Geant4_INCLUDE_DIRS}
0014 )
0015 target_include_directories(
0016     ActsFatrasGeant4
0017     PUBLIC
0018         $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0019         $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
0020 )
0021 target_link_libraries(ActsFatrasGeant4 PUBLIC Acts::Fatras ${Geant4_LIBRARIES})