Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #---Adding example B3 subdirectories explicitly
0002 #   and a custom target to for building all example B2 options ----------
0003 cmake_minimum_required(VERSION 3.16...3.27)
0004 
0005 add_subdirectory(B3a)
0006 add_subdirectory(B3b)
0007 
0008 add_custom_target(B3 DEPENDS exampleB3a exampleB3b)