#------------------------------------------------------------------------------ # CMakeLists.txt # Module : G4zlib # Package: Geant4.src.G4visualization..G4zlib # # CMakeLists.txt for single level library that may be built global or granular # # Generated on : 24/9/2010 # # $Id: CMakeLists.txt,v 1.2 2010/09/30 13:56:02 bmorgan Exp $ # #------------------------------------------------------------------------------ include(Geant4MacroLibraryTargets) if(GEANT4_BUILD_GRANULAR_LIBS) GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake) else() GEANT4_GLOBAL_LIBRARY_TARGET(COMPONENTS sources.cmake) endif()