Warning, /geant4/examples/extended/parallel/TBB/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 #---Adding examples subdirectories explicitly
0002 # and a custom target to for building all basic examples -------------
0003
0004 cmake_minimum_required(VERSION 3.16...3.27)
0005
0006 if(GEANT4_BUILD_MULTITHREADED)
0007 add_subdirectory(B2b)
0008
0009 add_custom_target(g4tbb DEPENDS exampleB2bTBB)
0010 else()
0011 message("-- G4 Examples: tbb examples require multithreaded build, disable")
0012 endif()