working msdfgen version of loading and building for win

This commit is contained in:
ohyzha
2024-07-26 14:14:23 +03:00
parent e93ccbe89a
commit 29311207db
5 changed files with 84 additions and 3 deletions

View File

@@ -118,7 +118,8 @@ endif()
list(APPEND CMAKE_PREFIX_PATH ${CMAKE_BINARY_DIR}/deps/INSTALL)
target_link_libraries(openVulkanoCpp PRIVATE magic_enum yaml-cpp fmt spdlog glm pugixml stb eigen utf8cpp imgui_internal TracyClient stud-uuid ryml unordered_dense Boost::regex units)
target_link_libraries(openVulkanoCpp PRIVATE magic_enum yaml-cpp fmt spdlog glm pugixml stb eigen utf8cpp imgui_internal
TracyClient stud-uuid ryml unordered_dense Boost::regex units msdfgen::msdfgen msdfgen::msdfgen-ext)
if (NOT IOS)
LinkCurl(openVulkanoCpp)
endif()