vcpkg/ports/imgui
xaedes 9402f6f765
[imgui] Set C++ 11 standard in CMakeLists.txt (#25601)
* [imgui] Enable C++ 11 standard as code requires it

see vcpkg issue microsoft#25588

* [imgui] Enable C++ 11 standard using target_compile_features

As lerppana suggested:
It is better to use cxx_std_11 meta feature instead of locking the version number.
This should indicate cmake to use at least 11 instead of exactly 11.

see vcpkg issue microsoft#25588

* [imgui] update versions (vcpkg x-add-version imgui)

Enable C++ 11 standard as code requires it

see vcpkg issue microsoft#25588
2022-07-13 13:47:22 -07:00
..
CMakeLists.txt [imgui] Set C++ 11 standard in CMakeLists.txt (#25601) 2022-07-13 13:47:22 -07:00
imgui-config.cmake.in
portfile.cmake [imgui] Update to 1.88 (#25370) 2022-06-27 13:27:25 -07:00
vcpkg.json [imgui] Set C++ 11 standard in CMakeLists.txt (#25601) 2022-07-13 13:47:22 -07:00