Revert "Changing win dev discovery to DXCoreAdapterFactory"

This reverts commit 83143c4318.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2021-05-11 11:18:31 +02:00
committed by Compute-Runtime-Automation
parent fa69b7539d
commit 5d90594d9d
14 changed files with 254 additions and 360 deletions

View File

@ -698,7 +698,7 @@ if(MSVC)
set(LINKER_FLAGS "${LINKER_FLAGS} legacy_stdio_float_rounding.obj")
# Support for WUD
set(CMAKE_CXX_STANDARD_LIBRARIES "onecore.lib dxcore.lib")
set(CMAKE_CXX_STANDARD_LIBRARIES "onecore.lib")
foreach(IT kernel32.lib;user32.lib;gdi32.lib;advapi32.lib;ole32.lib;)
set(LINKER_FLAGS "${LINKER_FLAGS} /NODEFAULTLIB:${IT}")
endforeach()