mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
add native wayland backend
This commit is contained in:
parent
13c30c1afe
commit
37e0ffa624
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ add_compile_options(-fPIC
|
||||||
-Wno-tautological-compare
|
-Wno-tautological-compare
|
||||||
-Wno-undef)
|
-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/dxbc EXCLUDE_FROM_ALL)
|
||||||
add_subdirectory(thirdparty/pe-parse/pe-parser-library EXCLUDE_FROM_ALL)
|
add_subdirectory(thirdparty/pe-parse/pe-parser-library EXCLUDE_FROM_ALL)
|
||||||
add_subdirectory(thirdparty/toml11 EXCLUDE_FROM_ALL)
|
add_subdirectory(thirdparty/toml11 EXCLUDE_FROM_ALL)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue