Update options
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user