Geant4 Cross Reference (Editor's cut) |
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 #)