Geant4 Cross Reference (Editor's cut)

Cross-Referencing   Geant4
Geant4/g3tog4/CMakeLists.txt

Version: [ ReleaseNotes ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3 ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ]

  1 # - G3toG4 category build
  2 include(sources.cmake)
  3 geant4_add_category(G3toG4 MODULES G3toG4)
  4 
  5 # OBSOLETE: build the rztog4 application
  6 # It's not a Mac Bundle or WIN32 app (i.e. no GUI!!)
  7 # Will need cernlib libraries, but no FindPackage for that yet...
  8 # Hmm, means it'll probably be UNIX only...
  9 # NB: Doesn't build on Linux due to undefined references - so do
 10 # need CERNLIB
 11 #
 12 #include_directories(include)
 13 #add_executable(rztog4
 14 #    src/g3routines.F
 15 #    src/jshape.F
 16 #    src/rztog4.F
 17 #    src/g3tog4.F
 18 #    src/mztog4.F
 19 #    src/tog4.F
 20 #)