Skip to content

Commit 817e5ea

Browse files
fix the fix
1 parent da1a461 commit 817e5ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/loader_test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ endif()
4545
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
4646
target_compile_definitions(loader_test PRIVATE _CRT_SECURE_NO_WARNINGS)
4747
target_compile_options(loader_test PRIVATE /Zc:wchar_t /Zc:forScope /W4 /WX)
48-
target_link_libraries(loader_test openxr_loader)
48+
target_link_libraries(loader_test openxr_loader opengl32 d3d11)
4949
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
5050
target_compile_options(
5151
loader_test PRIVATE -Wall -Wno-unused-function -Wno-format-truncation

0 commit comments

Comments
 (0)