Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #---Adding all HepMC examples subdirectories explicitly 
0002 
0003 cmake_minimum_required(VERSION 3.16...3.27)
0004 
0005 find_package(Geant4)
0006 include(${Geant4_USE_FILE})
0007 
0008 #----------------------------------------------------------------------------
0009 # HepMC examples require HepMC
0010 #
0011 find_package(HepMC REQUIRED)
0012 
0013 add_subdirectory(HepMCEx01)
0014 add_subdirectory(HepMCEx02)
0015 add_subdirectory(MCTruth)