minor os/2 stuff merged from the bitwiseworks' fork

This commit is contained in:
Ozkan Sezer
2023-07-28 23:55:50 +03:00
parent 3845fd3c49
commit 38a5aed974
5 changed files with 12 additions and 4 deletions

View File

@@ -160,6 +160,8 @@ elseif(WINDOWS)
elseif(HAVE_X11)
add_sdl_test_executable(testnative NEEDS_RESOURCES testnative.c testnativex11.c testutils.c)
target_link_libraries(testnative X11)
elseif(OS2)
add_sdl_test_executable(testnative NEEDS_RESOURCES testnative.c testnativeos2.c testutils.c)
endif()
add_sdl_test_executable(testoverlay2 NEEDS_RESOURCES testoverlay2.c testyuv_cvt.c testutils.c)