add OpenVulkano prefix to cmake options

This commit is contained in:
ohyzha
2025-01-24 17:14:24 +02:00
parent 90dc67ddb8
commit a61674b602
7 changed files with 20 additions and 20 deletions

View File

@@ -64,13 +64,13 @@ if (NOT ANDROID AND NOT IOS)
target_link_libraries(openVulkanoCpp PUBLIC fontconfig)
endif()
target_link_libraries(openVulkanoCpp PUBLIC glfw pugixml ftxui::screen ftxui::dom ftxui::component)
if (ENABLE_CURL)
if (OPENVULKANO_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 concurrentqueue units dds_image)
if (ENABLE_KTX)
if (OPENVULKANO_ENABLE_KTX)
target_link_libraries(openVulkanoCpp PUBLIC ktx)
endif ()
LinkAssimp(openVulkanoCpp)