25 lines
745 B
CMake
25 lines
745 B
CMake
#------------------------------------------------------------------------------
|
|
# CMakeLists.txt
|
|
# Module : G4hadronic_deex
|
|
# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4hadronic_deex
|
|
#
|
|
# Intermediate level CMakeLists.txt - just process subdirectories
|
|
#
|
|
# Generated on : 24/9/2010
|
|
#
|
|
# $Id: CMakeLists.txt 79364 2014-02-26 09:55:51Z gcosmo $
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
add_subdirectory(ablation)
|
|
add_subdirectory(evaporation)
|
|
add_subdirectory(fermi_breakup)
|
|
add_subdirectory(fission)
|
|
add_subdirectory(gem_evaporation)
|
|
add_subdirectory(handler)
|
|
add_subdirectory(management)
|
|
add_subdirectory(multifragmentation)
|
|
add_subdirectory(photon_evaporation)
|
|
add_subdirectory(util)
|
|
|