add cmake option to enable or disable using of msdf library

This commit is contained in:
ohyzha
2024-08-07 20:04:19 +03:00
parent 64712f0c94
commit 634b4431b3
2 changed files with 85 additions and 81 deletions

View File

@@ -22,7 +22,7 @@ endif()
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
option(TRACY_ENABLE "Enable Tracy Profiler" OFF)
option(ENABLE_MSDF "Enable msdf library" ON)
add_subdirectory(3rdParty)
project (openVulkanoCpp VERSION 1.0 LANGUAGES C CXX)