Files
geant4/source/g3tog4/CMakeLists.txt
T
2021-06-25 16:12:29 +02:00

21 lines
535 B
CMake

# - G3toG4 category build
geant4_global_library_target(COMPONENTS sources.cmake)
# OBSOLETE: build the rztog4 application
# It's not a Mac Bundle or WIN32 app (i.e. no GUI!!)
# Will need cernlib libraries, but no FindPackage for that yet...
# Hmm, means it'll probably be UNIX only...
# NB: Doesn't build on Linux due to undefined references - so do
# need CERNLIB
#
#include_directories(include)
#add_executable(rztog4
# src/g3routines.F
# src/jshape.F
# src/rztog4.F
# src/g3tog4.F
# src/mztog4.F
# src/tog4.F
#)