mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
fa5588e103
Interface design issues prevent this test from linking correctly. Until this issue is resolved, we'll disable the tests for now.
5 lines
188 B
CMake
5 lines
188 B
CMake
# This test currently doesn't link correctly when EGL is enabled due to issues with the GLInterface design
|
|
if(NOT USE_EGL)
|
|
add_dolphin_test(VertexLoaderTest VertexLoaderTest.cpp)
|
|
endif()
|