add brotli library

This commit is contained in:
ohyzha
2025-01-29 10:06:42 +02:00
parent d601af055e
commit 25fccda23b
3 changed files with 19 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ if (NOT ANDROID AND NOT IOS)
endif()
endif()
target_link_libraries(openVulkanoCpp PUBLIC magic_enum yaml-cpp fmt spdlog glm pugixml stb eigen utf8cpp imgui_internal TracyClient stud-uuid ryml unordered_dense concurrentqueue units dds_image)
target_link_libraries(openVulkanoCpp PUBLIC magic_enum brotlienc brotlidec yaml-cpp fmt spdlog glm pugixml stb eigen utf8cpp imgui_internal TracyClient stud-uuid ryml unordered_dense concurrentqueue units dds_image)
if (OPENVULKANO_ENABLE_KTX)
target_link_libraries(openVulkanoCpp PUBLIC ktx)
endif ()