1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-07 21:32:06 -06:00

Macos moltenvk headers

This commit is contained in:
Nick Majkic
2024-03-18 02:45:38 +00:00
parent 2a28c85ff9
commit 19c2b08ab4
3 changed files with 18 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ option(SUYU_ENABLE_PORTABLE "Allow suyu to enable portable mode if a user folder
CMAKE_DEPENDENT_OPTION(SUYU_USE_FASTER_LD "Check if a faster linker is available" ON "NOT WIN32" OFF)
CMAKE_DEPENDENT_OPTION(USE_SYSTEM_MOLTENVK "Use the system MoltenVK lib (instead of the bundled one)" OFF "APPLE" OFF)
CMAKE_DEPENDENT_OPTION(USE_SYSTEM_MOLTENVK "Use the system MoltenVK lib (instead of the bundled one)" OFF "APPLE" ON)
option(USE_CCACHE "Use CCache for faster building" ON)