We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1b9ed commit 37879f4Copy full SHA for 37879f4
1 file changed
build/vcpkg/test/CMakeLists.txt
@@ -14,4 +14,8 @@ find_package(ruisapp CONFIG REQUIRED)
14
15
add_executable(test ${win32} main.cpp)
16
17
-target_link_libraries(test PRIVATE ruisapp::ruisapp-opengles)
+if(IOS)
18
+ target_link_libraries(test PRIVATE ruisapp::ruisapp-opengles)
19
+else()
20
+ target_link_libraries(test PRIVATE ruisapp::ruisapp-opengl)
21
+endif()
0 commit comments