mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
Add NEO core directory to CMAKE.
Change-Id: I3e645b2f18207738db5d41ac0c3c781e6d61db8a
This commit is contained in:
committed by
sys_ocldev
parent
91b1604d9a
commit
2cec1869fd
@@ -85,6 +85,11 @@ if(NOT DEFINED IGDRCL_SOURCE_DIR)
|
|||||||
set(IGDRCL_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
|
set(IGDRCL_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# Set the core source directory
|
||||||
|
if(NOT DEFINED NEO_CORE_DIRECTORY)
|
||||||
|
set(NEO_CORE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/core)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(SKIP_ALL_ULT)
|
if(SKIP_ALL_ULT)
|
||||||
set(SKIP_UNIT_TESTS TRUE)
|
set(SKIP_UNIT_TESTS TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user