Files
geant4/source/persistency/CMakeLists.txt
T
2020-06-26 10:23:25 +02:00

16 lines
476 B
CMake

#------------------------------------------------------------------------------
# Module : G4persistency
# Package: Geant4.src.G4persistency
#------------------------------------------------------------------------------
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})