Skip to content

Commit aa1bf6a

Browse files
committed
vcpkg: link test to ogles variant
1 parent ea0d8b0 commit aa1bf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/vcpkg/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ find_package(ruisapp CONFIG REQUIRED)
1414

1515
add_executable(test ${win32} main.cpp)
1616

17-
target_link_libraries(test PRIVATE ruisapp::ruisapp-opengl)
17+
target_link_libraries(test PRIVATE ruisapp::ruisapp-opengles)

0 commit comments

Comments
 (0)