Revision 932a86a1
Added by david.sorber over 1 year ago
| 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/
|
||
Update Dear ImGui to v1.91.5.