Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #---Adding example B2 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(B2a)
0006 add_subdirectory(B2b)
0007 
0008 add_custom_target(B2 DEPENDS exampleB2a exampleB2b)