mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Revert "Move shared helper files to shared directory"
This reverts commit 459524f129
.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
e3b1d8b43c
commit
903cf766b3
@ -8,7 +8,7 @@ if(WIN32)
|
||||
set(IGDRCL_SRCS_mock_opengl32
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/mock_opengl32.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/mock_opengl32.def
|
||||
${NEO_SOURCE_DIR}/shared/test/unit_test/helpers/windows/mock_function.cpp
|
||||
${NEO_SOURCE_DIR}/opencl/test/unit_test/helpers/windows/mock_function.cpp
|
||||
)
|
||||
|
||||
add_library(mock_opengl32 SHARED ${IGDRCL_SRCS_mock_opengl32})
|
||||
|
@ -7,8 +7,7 @@
|
||||
|
||||
#define _GDI32_ //It causes that definitions of functions are not loaded from dll in file wingdi.h because they are in this file.
|
||||
|
||||
#include "shared/test/unit_test/helpers/windows/mock_function.h"
|
||||
|
||||
#include "opencl/test/unit_test/helpers/windows/mock_function.h"
|
||||
#include "opencl/test/unit_test/mocks/gl/windows/mock_gl_sharing_windows.h"
|
||||
|
||||
#include "GL/gl.h"
|
||||
|
Reference in New Issue
Block a user