add native wayland backend

This commit is contained in:
PancakeTAS 2025-07-19 14:37:05 +02:00
parent 13c30c1afe
commit 37e0ffa624
No known key found for this signature in database

View file

@ -9,6 +9,10 @@ add_compile_options(-fPIC
-Wno-tautological-compare
-Wno-undef)
set(BUILD_EXAMPLES OFF)
set(GLFW_BUILD_WAYLAND ON)
set(GLFW_BUILD_X11 ON)
add_subdirectory(thirdparty/dxbc EXCLUDE_FROM_ALL)
add_subdirectory(thirdparty/pe-parse/pe-parser-library EXCLUDE_FROM_ALL)
add_subdirectory(thirdparty/toml11 EXCLUDE_FROM_ALL)