Linux: start getting somewhere with the whole OpenGL shito

This commit is contained in:
StapleButter
2019-05-28 19:48:59 +02:00
parent 23eccc9439
commit 891ab9fd3c
9 changed files with 490 additions and 50 deletions

View File

@ -47,7 +47,7 @@ if (UNIX)
--generate-header "${CMAKE_SOURCE_DIR}/melon_grc.xml")
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
target_link_libraries(melonDS dl)
target_link_libraries(melonDS dl X11)
endif ()
target_sources(melonDS PUBLIC melon_grc.c)