Update options

This commit is contained in:
Georg Hagen
2024-10-13 13:21:08 +02:00
parent 7362857cf3
commit 1a1aabe23c
4 changed files with 7 additions and 4 deletions

View File

@@ -53,7 +53,9 @@ SetShaderDependency(openVulkanoCpp
if (NOT ANDROID AND NOT IOS)
target_link_libraries(openVulkanoCpp PUBLIC glfw pugixml)
target_link_libraries(openVulkanoCpp PUBLIC ftxui::screen ftxui::dom ftxui::component)
LinkCurl(openVulkanoCpp)
if (ENABLE_CURL)
LinkCurl(openVulkanoCpp)
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 units)