add cmake option to enable or disable using of msdf library
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user