Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # This file is part of the ACTS project.
0002 #
0003 # Copyright (C) 2016 CERN for the benefit of the ACTS project
0004 #
0005 # This Source Code Form is subject to the terms of the Mozilla Public
0006 # License, v. 2.0. If a copy of the MPL was not distributed with this
0007 # file, You can obtain one at https://mozilla.org/MPL/2.0/.
0008 
0009 # CMake include(s).
0010 include(FetchContent)
0011 
0012 # Tell the user what's happening.
0013 message(STATUS "Building actsvg as part of the ACTS project")
0014 
0015 FetchContent_Declare(actsvg ${ACTS_ACTSVG_SOURCE})
0016 
0017 set(ACTSVG_BUILD_PYTHON_BINDINGS
0018     OFF
0019     CACHE BOOL
0020     "Do not build the Python bindings for actsvg"
0021 )
0022 
0023 # Now set up its build.
0024 FetchContent_MakeAvailable(actsvg)