source: trunk/source/materials/CMakeLists.txt @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 612 bytes
Line 
1#------------------------------------------------------------------------------
2# CMakeLists.txt
3# Module : G4materials
4# Package: Geant4.src.G4materials
5#
6# CMakeLists.txt for single level library that may be build global or granular
7#
8# Generated on : 24/9/2010
9#
10# $Id: CMakeLists.txt,v 1.1 2010/09/29 18:46:27 bmorgan Exp $
11#
12#------------------------------------------------------------------------------
13
14include(Geant4MacroLibraryTargets)
15if(GEANT4_BUILD_GRANULAR_LIBS)
16    GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake)
17else()
18    GEANT4_GLOBAL_LIBRARY_TARGET(COMPONENTS sources.cmake)
19endif()
20
Note: See TracBrowser for help on using the repository browser.