@@ -15,6 +15,7 @@ target_link_libraries(dxilconv-tests PRIVATE
LLVMSupport
LLVMOption
${TAEF_LIBRARIES}
+ shlwapi
)
include_directories(${TAEF_INCLUDE_DIRS})
@@ -90,6 +90,7 @@ target_link_libraries(clang-hlsl-tests PRIVATE
${DIASDK_LIBRARIES}
${D3D12_LIBRARIES}
else(WIN32)
target_link_libraries(clang-hlsl-tests
@@ -160,12 +160,6 @@ if errorlevel 1 (
echo Path adjusted to include TAEF te.exe.
-if "%BUILD_ARCH%"=="ARM" (
- echo.
- echo WARNING: ARM build is not supported. Your build may fail. Use ARM64 instead.
-)
-goto :eof
-
:ifexistaddpath
rem If the argument exists, add to PATH and return 0, else 1. Useful to avoid parens in values without setlocal changes.
if exist %1 set PATH=%PATH%;%~1