mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-12-05 03:33:27 +01:00
fix imgui now requiring atleast c++11
This commit is contained in:
parent
e65878509e
commit
e1bf5fefc0
2
external/imgui/CMakeLists.txt
vendored
2
external/imgui/CMakeLists.txt
vendored
@ -39,6 +39,8 @@ set(HPP_FILES
|
||||
|
||||
add_library(imgui ${CPP_FILES} ${HPP_FILES})
|
||||
|
||||
target_compile_features(imgui PUBLIC cxx_std_11)
|
||||
|
||||
if(MM_OPENGL_3_GLES)
|
||||
target_compile_definitions(imgui PUBLIC IMGUI_IMPL_OPENGL_ES3)
|
||||
target_compile_definitions(imgui PUBLIC IMGUI_IMPL_OPENGL_LOADER_CUSTOM) # bug?
|
||||
|
Loading…
Reference in New Issue
Block a user