Skip to content

Commit 2915a8d

Browse files
committed
special casing for unix systems
1 parent e781627 commit 2915a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/clang/unittests/HLSL/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ add_clang_library(ClangHLSLTests SHARED
4848
PixTestUtils.cpp
4949
RewriterTest.cpp
5050
SystemValueTest.cpp
51-
${CMAKE_SOURCE_DIR}/lib/dxcsupport/Unicode.cpp
51+
${CMAKE_SOURCE_DIR}/lib/DxcSupport/Unicode.cpp
5252
ValidationTest.cpp
5353
VerifierTest.cpp
5454
)
@@ -79,7 +79,7 @@ add_clang_unittest(ClangHLSLTests
7979
PixTestUtils.cpp
8080
SystemValueTest.cpp
8181
TestMain.cpp
82-
${CMAKE_SOURCE_DIR}/lib/dxcsupport/Unicode.cpp
82+
${CMAKE_SOURCE_DIR}/lib/DxcSupport/Unicode.cpp
8383
ValidationTest.cpp
8484
VerifierTest.cpp
8585
)

0 commit comments

Comments
 (0)