source: trunk/source/physics_lists/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: 701 bytes
Line 
1#------------------------------------------------------------------------------
2# CMakeLists.txt
3# Module : G4physicslists
4# Package: Geant4.src.G4physicslists
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:50:46 bmorgan Exp $
12#
13#------------------------------------------------------------------------------
14
15add_subdirectory(builders)
16add_subdirectory(lists)
17
18if(NOT GEANT4_BUILD_GRANULAR_LIBS)
19    include(Geant4MacroLibraryTargets)
20    GEANT4_GLOBAL_LIBRARY_TARGET(NAME G4physicslists
21        COMPONENTS
22            builders/sources.cmake
23            lists/sources.cmake
24)
25endif()
26
Note: See TracBrowser for help on using the repository browser.