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