source: trunk/source/g3tog4/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: 1.0 KB
Line 
1#------------------------------------------------------------------------------
2# CMakeLists.txt
3# Module : G3toG4
4# Package: Geant4.src.G3toG4
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:40:05 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
21# We also need to build the rztog4 application
22# It's not a Mac Bundle or WIN32 app (i.e. no GUI!!)
23# Will need cernlib libraries, but no FindPackage for that yet...
24# Hmm, means it'll probably be UNIX only...
25# NB: Doesn't build on Linux due to undefined references - so do
26# need CERNLIB
27#
28#include_directories(include)
29#add_executable(rztog4
30#    src/g3routines.F 
31#    src/jshape.F 
32#    src/rztog4.F
33#    src/g3tog4.F     
34#    src/mztog4.F 
35#    src/tog4.F
36#)
37
Note: See TracBrowser for help on using the repository browser.