Tests: Remove glad test OS X work-around

This commit is contained in:
Yuri Kunde Schlesner 2018-09-01 11:44:24 +08:00 committed by zhupengfei
parent 05118a2326
commit 23506e8eae
No known key found for this signature in database
GPG key ID: 85B82A3E62174206
2 changed files with 0 additions and 16 deletions

View file

@ -8,7 +8,6 @@ add_executable(tests
core/hle/kernel/hle_ipc.cpp
core/memory/memory.cpp
core/memory/vm_manager.cpp
glad.cpp
tests.cpp
)
@ -22,7 +21,6 @@ endif()
create_target_directory_groups(tests)
target_link_libraries(tests PRIVATE common core video_core)
target_link_libraries(tests PRIVATE glad) # To support linker work-around
target_link_libraries(tests PRIVATE ${PLATFORM_LIBRARIES} catch-single-include nihstro-headers Threads::Threads)
add_test(NAME tests COMMAND tests)