We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1a461 commit 817e5eaCopy full SHA for 817e5ea
1 file changed
src/tests/loader_test/CMakeLists.txt
@@ -45,7 +45,7 @@ endif()
45
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
46
target_compile_definitions(loader_test PRIVATE _CRT_SECURE_NO_WARNINGS)
47
target_compile_options(loader_test PRIVATE /Zc:wchar_t /Zc:forScope /W4 /WX)
48
- target_link_libraries(loader_test openxr_loader)
+ target_link_libraries(loader_test openxr_loader opengl32 d3d11)
49
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
50
target_compile_options(
51
loader_test PRIVATE -Wall -Wno-unused-function -Wno-format-truncation
0 commit comments