Add NEO core directory to CMAKE.

Change-Id: I3e645b2f18207738db5d41ac0c3c781e6d61db8a
This commit is contained in:
Mrozek, Michal
2019-07-12 14:53:34 +02:00
committed by sys_ocldev
parent 91b1604d9a
commit 2cec1869fd

View File

@@ -85,6 +85,11 @@ if(NOT DEFINED IGDRCL_SOURCE_DIR)
set(IGDRCL_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
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)
set(SKIP_UNIT_TESTS TRUE)
endif()