mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2026-01-06 06:52:24 +00:00
refactor(cleanup): declare as string, not bool
This commit is contained in:
parent
35603aa1ad
commit
f3019dd714
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ option(LSFGVK_BUILD_UI "Build the user interface" OFF)
|
|||
option(LSFGVK_BUILD_CLI "Build the command line interface" ON)
|
||||
option(LSFGVK_INSTALL_DEVELOP "Install development libraries and headers" OFF)
|
||||
option(LSFGVK_INSTALL_XDG_FILES "Install the application icon and desktop files" OFF)
|
||||
option(LSFGVK_LAYER_LIBRARY_PATH "Change where Vulkan searches for the layer library" liblsfg-vk-layer.so)
|
||||
set(LSFGVK_LAYER_LIBRARY_PATH liblsfg-vk-layer.so CACHE STRING "Change where Vulkan searches for the layer library")
|
||||
option(LSFGVK_TESTING_RENDERDOC "Enable RenderDoc integration for testing purposes" OFF)
|
||||
# === READ HERE FOR BUILD OPTIONS ===
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue