18 lines
522 B
CMake
18 lines
522 B
CMake
#------------------------------------------------------------------------------
|
|
# CMakeLists.txt
|
|
# Module : G4had_hetcpp
|
|
# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4had_hetcpp
|
|
#
|
|
# Intermediate level CMakeLists.txt - just process subdirectories
|
|
#
|
|
# Generated on : 24/9/2010
|
|
#
|
|
# $Id: CMakeLists.txt,v 1.1 2010-09-29 18:56:10 bmorgan Exp $
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
add_subdirectory(cascade)
|
|
add_subdirectory(evaporation)
|
|
add_subdirectory(utils)
|
|
|