dolphin/Source/UnitTests/VideoCommon/CMakeLists.txt

5 lines
188 B
CMake
Raw Normal View History

# 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()