aboutsummaryrefslogtreecommitdiff
path: root/ports/imgui-sfml/portfile.cmake
AgeCommit message (Collapse)Author
2020-08-22[sfml][imgui-sfml] Push SFML_STATIC_LIBRARIES setting into `sfml` (#11800)ras0219
2020-05-15[imgui-sfml] Force imgui-sfml to be a static library (#10840)Jack·Boos·Yu
* [imgui-sfml] Force imgui-sfml as a static library * [imgui-sfml] Change the way to detect sfml
2019-09-10[imgui-sfml] update to 2.1 (#8004)kiwixz
2019-09-03[imgui-sfml] Add new port (#7429)Tri Tran
* [imgui-sfml] Add new package ImGui-SFML * Static build only to match with `imgui`. * [imgui-sfml] Fix case-sensitive imgui package name * [imgui-sfml] Require C++11 * [imgui-sfml] Include IMGUI_API define * [imgui-sfml] Remove delegating ctor - C++11 is not required