mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Allow cmake custom configs
Change-Id: I7027c1bd3c228b5e4fc3c98b1d72737f568ae815
This commit is contained in:
@@ -6,6 +6,13 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.2.0 FATAL_ERROR)
|
||||
include(ExternalProject)
|
||||
|
||||
# Include custom configs
|
||||
file(GLOB custom_configs *custom_config.cmake)
|
||||
foreach(config ${custom_configs})
|
||||
include(${config})
|
||||
endforeach()
|
||||
|
||||
# Include needed macros
|
||||
include(common_macros.cmake)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user