Files
geant4/source/visualization/modeling/CMakeLists.txt
T
2016-06-10 11:51:14 +02:00

21 lines
622 B
CMake

#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4modeling
# Package: Geant4.src.G4visualization.G4modeling
#
# CMakeLists.txt for single level library that may be build global or granular
#
# Generated on : 24/9/2010
#
# $Id: CMakeLists.txt 66373 2012-12-18 09:41:34Z gcosmo $
#
#------------------------------------------------------------------------------
include(Geant4MacroLibraryTargets)
if(GEANT4_BUILD_GRANULAR_LIBS)
GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake)
else()
GEANT4_GLOBAL_LIBRARY_TARGET(COMPONENTS sources.cmake)
endif()