source: trunk/source/digits_hits/CMakeLists.txt @ 1353

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

update to last version 4.9.4

File size: 868 bytes
Line 
1#------------------------------------------------------------------------------
2# CMakeLists.txt
3# Module : G4digits_hits
4# Package: Geant4.src.G4digits_hits
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:37:44 bmorgan Exp $
12#
13#------------------------------------------------------------------------------
14
15add_subdirectory(detector)
16add_subdirectory(digits)
17add_subdirectory(hits)
18add_subdirectory(scorer)
19add_subdirectory(utils)
20
21if(NOT GEANT4_BUILD_GRANULAR_LIBS)
22    include(Geant4MacroLibraryTargets)
23    GEANT4_GLOBAL_LIBRARY_TARGET(NAME G4digits_hits
24        COMPONENTS
25            detector/sources.cmake
26            digits/sources.cmake
27            hits/sources.cmake
28            scorer/sources.cmake
29            utils/sources.cmake
30)
31endif()
32
Note: See TracBrowser for help on using the repository browser.