working msdf atlas gen lib on windows

This commit is contained in:
ohyzha
2024-07-26 16:07:28 +03:00
parent 29311207db
commit 656d6f1371
3 changed files with 23 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ 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 msdfgen::msdfgen msdfgen::msdfgen-ext)
TracyClient stud-uuid ryml unordered_dense Boost::regex units msdfgen::msdfgen msdfgen::msdfgen-ext msdf-atlas-gen)
if (NOT IOS)
LinkCurl(openVulkanoCpp)
endif()