From d16a835f7f4571bc22e2dbd745e50f13010e3e2f Mon Sep 17 00:00:00 2001 From: assiduous Date: Sat, 19 Dec 2020 13:48:45 -0800 Subject: Tests: fixed CMake to remove DXCompilerTest when D3D12 is not supported --- Tests/DiligentCoreAPITest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests') diff --git a/Tests/DiligentCoreAPITest/CMakeLists.txt b/Tests/DiligentCoreAPITest/CMakeLists.txt index 9f7d69fd..4fff3dae 100644 --- a/Tests/DiligentCoreAPITest/CMakeLists.txt +++ b/Tests/DiligentCoreAPITest/CMakeLists.txt @@ -18,7 +18,7 @@ if(NOT TARGET Diligent-HLSL2GLSLConverterLib) endif() if(NOT D3D12_SUPPORTED) - list(REMOVE_ITEM SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/src/DXCTest.cpp) + list(REMOVE_ITEM SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/src/DXCompilerTest.cpp) endif() if(PLATFORM_WIN32) -- cgit v1.2.3