Update options

This commit is contained in:
Georg Hagen
2024-10-13 13:21:08 +02:00
parent 7362857cf3
commit 1a1aabe23c
4 changed files with 7 additions and 4 deletions

View File

@@ -33,8 +33,9 @@ project (OpenVulkano VERSION 1.0 LANGUAGES C CXX)
SetOptimisationSettings()
# ------------------------- CMAKE OPTIONS -------------------------
option(USE_ASSIMP "If assimp should be used" ON)
option(TRACY_ENABLE "Enable Tracy Profiler" OFF)
option(ENABLE_ASSIMP "If assimp should be used" ON)
option(ENABLE_CURL "If curl should be used" ON)
option(ENABLE_TEST "Enable testing" ON)
option(ENABLE_EXAMPLE "Enable examples" ON)
option(ENABLE_MSDF "Enable msdf library" ON)