Project

General

Profile

« Previous | Next » 

Revision 932a86a1

Added by david.sorber over 1 year ago

Update Dear ImGui to v1.91.5.

View differences:

CMakeLists.txt
#
# Set the compile flags
#
SET(CMAKE_CXX_STANDARD 17)
SET(CMAKE_CXX_STANDARD 20)
SET(CMAKE_CXX_STANDARD_REQUIRED ON)
# NOTE: gnu extensions are essentially required for proper 128 bit integer support
# See: https://quuxplusone.github.io/blog/2019/02/28/is-int128-integral/

Also available in: Unified diff