18 lines
463 B
CMake
18 lines
463 B
CMake
#------------------------------------------------------------------------------
|
|
# CMakeLists.txt
|
|
# Module :
|
|
# Package: Geant4.src.G4particles.
|
|
#
|
|
# Intermediate level CMakeLists.txt - just process subdirectories
|
|
#
|
|
# Generated on : 24/9/2010
|
|
#
|
|
# $Id: CMakeLists.txt,v 1.1 2010-09-29 18:47:48 bmorgan Exp $
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
add_subdirectory(barions)
|
|
add_subdirectory(ions)
|
|
add_subdirectory(mesons)
|
|
|