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

19 lines
537 B
CMake

#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4UIbasic
# Package: Geant4.src.G4interfaces.G4UIbasic
#
# CMakeLists.txt for building a single granular library.
#
# Generated on : 24/9/2010
#
# $Id: CMakeLists.txt,v 1.1 2010/09/29 18:45:55 bmorgan Exp $
#
#------------------------------------------------------------------------------
if(GEANT4_BUILD_GRANULAR_LIBS)
include(Geant4MacroLibraryTargets)
GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake)
endif()