We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd4f8d commit 03372a3Copy full SHA for 03372a3
src/gfx/tests/CMakeLists.txt
@@ -32,5 +32,8 @@ target_link_libraries(gfx-test-utils gfx gfx-texture-file Catch2)
32
add_asset_path_definition(gfx-test-utils PRIVATE GFX_TEST_DATA_PATH ${GFX_TEST_DATA_PATH})
33
34
target_link_libraries(test-gfx gfx gfx-test-utils gfx-texture-file gfx-gltf Catch2Main Catch2)
35
+if(WIN32)
36
+ target_link_libraries(test-gfx ntdll)
37
+endif()
38
target_precompile_headers(test-gfx PUBLIC "$<$<COMPILE_LANGUAGE:CXX>:${CMAKE_CURRENT_SOURCE_DIR}/pch.cpp>")
39
add_asset_path_definition(test-gfx PUBLIC GFX_TEST_DATA_PATH ${GFX_TEST_DATA_PATH})
0 commit comments