vcpkg/ports/imgui-sfml/usage
Kai Pastor 3ee6678f87
[imgui-sfml] Fix build and exported config (#32982)
* [imgui-sfml] Restore linking keyword

* Merge patches

* Move config to lower-case dir

* Add find_dependency

* Update versions

* Trim patch
2023-08-07 09:11:10 -07:00

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)