mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
3ee6678f87
* [imgui-sfml] Restore linking keyword * Merge patches * Move config to lower-case dir * Add find_dependency * Update versions * Trim patch
5 lines
144 B
Plaintext
5 lines
144 B
Plaintext
imgui-sfml provides CMake targets:
|
|
|
|
find_package(ImGui-SFML CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE ImGui-SFML::ImGui-SFML)
|