source: trunk/source/parameterisations/CMakeLists.txt

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

update to last version 4.9.4

File size: 632 bytes
Line 
1#------------------------------------------------------------------------------
2# CMakeLists.txt
3# Module : G4parmodels
4# Package: Geant4.src.G4parmodels
5#
6# Top level CMakeLists.txt for a Geant4 Global Library
7# or collection of sublibraries
8#
9# Generated on : 24/9/2010
10#
11# $Id: CMakeLists.txt,v 1.1 2010/09/29 18:46:44 bmorgan Exp $
12#
13#------------------------------------------------------------------------------
14
15add_subdirectory(gflash)
16
17if(NOT GEANT4_BUILD_GRANULAR_LIBS)
18    include(Geant4MacroLibraryTargets)
19    GEANT4_GLOBAL_LIBRARY_TARGET(NAME G4parmodels
20        COMPONENTS
21            gflash/sources.cmake
22)
23endif()
24
Note: See TracBrowser for help on using the repository browser.