17 lines
431 B
CMake
17 lines
431 B
CMake
#------------------------------------------------------------------------------
|
|
# CMakeLists.txt
|
|
# Module : G4hadronic
|
|
# Package: Geant4.src.G4processes.G4hadronic
|
|
#
|
|
# Intermediate level CMakeLists.txt - just process subdirectories
|
|
#
|
|
# Generated on : 24/9/2010
|
|
#
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
add_subdirectory(management)
|
|
add_subdirectory(generic)
|
|
add_subdirectory(importance)
|
|
|