linux support

This commit is contained in:
RSDuck
2022-10-12 21:53:56 +02:00
parent b4599e3064
commit cdaa52256f
23 changed files with 3130 additions and 66 deletions

View File

@ -101,6 +101,13 @@ endif()
option(BUILD_QT_SDL "Build Qt/SDL frontend" ON)
find_package(ECM REQUIRED NO_MODULE)
list(APPEND CMAKE_MODULE_PATH "${ECM_MODULE_PATH}")
find_package(X11 REQUIRED)
find_package(EGL REQUIRED)
find_package(Wayland REQUIRED Client)
add_subdirectory(src)
if (BUILD_QT_SDL)