18 lines
489 B
CMake
18 lines
489 B
CMake
#------------------------------------------------------------------------------
|
|
# CMakeLists.txt
|
|
# Module : G4hadronic
|
|
# Package: Geant4.src.G4processes.G4hadronic
|
|
#
|
|
# Intermediate level CMakeLists.txt - just process subdirectories
|
|
#
|
|
# Generated on : 24/9/2010
|
|
#
|
|
# $Id: CMakeLists.txt 75716 2013-11-05 15:18:03Z gcosmo $
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
add_subdirectory(management)
|
|
add_subdirectory(generic)
|
|
add_subdirectory(importance)
|
|
|