18 lines
459 B
CMake
18 lines
459 B
CMake
#------------------------------------------------------------------------------
|
|
# CMakeLists.txt
|
|
# Module :
|
|
# Package: Geant4.src.G4particles.
|
|
#
|
|
# Intermediate level CMakeLists.txt - just process subdirectories
|
|
#
|
|
# Generated on : 24/9/2010
|
|
#
|
|
# $Id: CMakeLists.txt 66892 2013-01-17 10:57:59Z gunter $
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
add_subdirectory(barions)
|
|
add_subdirectory(ions)
|
|
add_subdirectory(mesons)
|
|
|