Files
geant4/source/parameterisations/CMakeLists.txt
T
2016-06-09 16:25:56 +02:00

25 lines
632 B
CMake

#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4parmodels
# Package: Geant4.src.G4parmodels
#
# Top level CMakeLists.txt for a Geant4 Global Library
# or collection of sublibraries
#
# Generated on : 24/9/2010
#
# $Id: CMakeLists.txt,v 1.1 2010/09/29 18:46:44 bmorgan Exp $
#
#------------------------------------------------------------------------------
add_subdirectory(gflash)
if(NOT GEANT4_BUILD_GRANULAR_LIBS)
include(Geant4MacroLibraryTargets)
GEANT4_GLOBAL_LIBRARY_TARGET(NAME G4parmodels
COMPONENTS
gflash/sources.cmake
)
endif()