Move mock_gmm_memory to shared

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-10-21 18:22:38 +00:00
committed by Compute-Runtime-Automation
parent 6e90770279
commit 802a272c5f
19 changed files with 40 additions and 102 deletions

View File

@@ -60,14 +60,6 @@ if(UNIX)
${COMPUTE_RUNTIME_DIR}/opencl/test/unit_test/os_interface/linux/options.cpp
${COMPUTE_RUNTIME_DIR}/opencl/test/unit_test/os_interface/linux/sys_calls_linux_ult.cpp
)
if(NOT DISABLE_WDDM_LINUX)
target_sources(
${TARGET_NAME}
PRIVATE
${NEO_SHARED_DIRECTORY}/gmm_helper/windows/gmm_memory.cpp
${NEO_SHARED_DIRECTORY}/os_interface/windows/wddm/wddm_create.cpp
)
endif()
else()
target_sources(
${TARGET_NAME}