Files
geant4/source/g3tog4/CMakeLists.txt
T
2020-06-26 10:23:25 +02:00

25 lines
736 B
CMake

#------------------------------------------------------------------------------
# Module : G3toG4
# Package: Geant4.src.G3toG4
#------------------------------------------------------------------------------
geant4_global_library_target(COMPONENTS sources.cmake)
# We also need to 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
#)