You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ project (Anvil)
3
3
4
4
option(ANVIL_INCLUDE_WIN3264_WINDOW_SYSTEM_SUPPORT"Includes 32-/64-bit Windows window system support (Windows builds only)"ON)
5
5
option(ANVIL_INCLUDE_XCB_WINDOW_SYSTEM_SUPPORT"Includes XCB window system support (Linux builds only)"ON)
6
+
option(ANVIL_INCLUDE_WAYLAND_WINDOW_SYSTEM_SUPPORT"Includes Wayland window system support (Linux builds only)"ON)
6
7
option(ANVIL_LINK_EXAMPLES"Build examples showing how to use Anvil"OFF)
7
8
option(ANVIL_LINK_STATICALLY_WITH_VULKAN_LIB"Link statically with Vulkan loader. If disabled, Anvil will load the func ptrs from ANVIL_VULKAN_DYNAMIC_DLL_DEPENDENCY at VK instance creation time"ON)
8
9
option(ANVIL_LINK_WITH_GLSLANG"Links with glslang, instead of spawning a new process whenever GLSL->SPIR-V conversion is required"ON)
0 commit comments