Files
geant4/source/persistency/CMakeLists.txt
T
2021-06-25 16:12:29 +02:00

12 lines
287 B
CMake

# - G4persistency category build
set(G4persistency_COMPONENTS
ascii/sources.cmake
mctruth/sources.cmake)
if(GEANT4_USE_GDML)
list(APPEND G4persistency_COMPONENTS gdml/sources.cmake)
endif()
geant4_global_library_target(NAME G4persistency COMPONENTS ${G4persistency_COMPONENTS})