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: cmake/options.cmake
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ option(LUNA_ENABLE_LTO "Enable LTO on release builds, which can increase perform
3
3
4
4
option(LUNA_WARNINGS_ARE_FATAL"Treat warnings as errors, causing the build to fail if any warnings are present"ON)
5
5
6
+
option(LUNA_DEFINE_VK_NO_PROTOTYPES"Define the `VK_NO_PROTOTYPES` macro, which allows the application to include <vulkan/vulkan_core.h> instead of <volk.h>"ON)
7
+
6
8
option(LUNA_EXAMPLES"Enable building of example projects"OFF)
7
9
option(LUNA_EXAMPLE_ALL"Enable all example project targets"ON)
8
10
option(LUNA_EXAMPLE_HelloTriangle"Enable the HelloTriangle example project target"ON)
0 commit comments