Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #---Adding example N3 subdirectories explicitly
0002 #   and a custom target to for building all example N3 options ----------
0003 cmake_minimum_required(VERSION 3.16...3.27)
0004 
0005 add_subdirectory(B4a)
0006 add_subdirectory(B4b)
0007 add_subdirectory(B4c)
0008 add_subdirectory(B4d)
0009 
0010 add_custom_target(B4 DEPENDS exampleB4a exampleB4b exampleB4c exampleB4d)