19 lines
528 B
CMake
19 lines
528 B
CMake
#------------------------------------------------------------------------------
|
|
# CMakeLists.txt
|
|
# Module : G4emdna
|
|
# Package: Geant4.src.G4processes.G4electromagnetic.G4emdna
|
|
#
|
|
# CMakeLists.txt for building a single granular library.
|
|
#
|
|
# Generated on : 24/9/2010
|
|
#
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
add_subdirectory(management)
|
|
add_subdirectory(molecules/management)
|
|
add_subdirectory(molecules/types)
|
|
add_subdirectory(utils)
|
|
add_subdirectory(models)
|
|
add_subdirectory(processes)
|