Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/thirdparty/GBL/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 cmake_minimum_required(VERSION 3.25)
0002 
0003 # CMake include(s).
0004 include(FetchContent)
0005 
0006 # Tell the user what's happening.
0007 message(
0008     STATUS
0009     "Building General Broken Lines (GBL) from Mille as part of the Acts project"
0010 )
0011 
0012 # Declare where to get GBL from.
0013 FetchContent_Declare(GBL SYSTEM ${ACTS_GBL_SOURCE} SOURCE_SUBDIR cpp)
0014 
0015 # Now set up its build.
0016 FetchContent_MakeAvailable(GBL)