Files
geant4/examples/extended/common/scripts/CMakeLists_template_2.txt
T
2016-06-10 11:51:14 +02:00

12 lines
335 B
Plaintext

#----------------------------------------------------------------------------
# Find Geant4 package, no UI and Vis drivers activated
#
find_package(Geant4 REQUIRED)
#----------------------------------------------------------------------------
# Setup Geant4 include directories and compile definitions
#
include(${Geant4_USE_FILE})