Force imgui to use glad loader
This commit is contained in:
parent
9d52593280
commit
e79b9f49f6
2 changed files with 2 additions and 0 deletions
1
extern/imgui/CMakeLists.txt
vendored
1
extern/imgui/CMakeLists.txt
vendored
|
@ -19,3 +19,4 @@ add_library(imgui
|
|||
include/imgui_stdlib.h)
|
||||
target_include_directories(imgui PUBLIC include PRIVATE src)
|
||||
target_link_libraries(imgui PUBLIC SDL2::Core glad)
|
||||
target_compile_definitions(imgui PUBLIC IMGUI_IMPL_OPENGL_LOADER_GLAD)
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <sstream>
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
||||
#include "emu.hpp"
|
||||
|
||||
|
|
Reference in a new issue