Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/g3tog4/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 #---Adding all g3tog4 examples subdirectories explicitly 
0002 
0003 cmake_minimum_required(VERSION 3.16...3.27)
0004 
0005 #----------------------------------------------------------------------------
0006 # g3tog4 examples require Geant4 build with g3tog4
0007 #
0008 find_package(Geant4)
0009 if(Geant4_g3tog4_FOUND)
0010   add_subdirectory(clGeometry)
0011 else()  
0012   message(STATUS "G4 Examples: G3TOG4 not installed --> g3tog4 examples disabled")  
0013 endif()