Warning, /geant4/examples/extended/parameterisations/gflash/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001
0002 #---Adding example B2 subdirectories explicitly
0003 # and a custom target to for building all example B2 options ----------
0004
0005 cmake_minimum_required(VERSION 3.16...3.27)
0006
0007 add_subdirectory(gflash1)
0008 add_subdirectory(gflash2)
0009 add_subdirectory(gflash3)
0010 add_subdirectory(gflasha)
0011
0012 add_custom_target(gflash DEPENDS gflash1 gflash2 gflash3 gflasha)