Archived
1
Fork 0

Force imgui to use glad loader

This commit is contained in:
Joshua Goins 2022-03-27 21:21:50 -04:00
parent 9d52593280
commit e79b9f49f6
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -8,6 +8,7 @@
#include <sstream>
#include <map>
#include <algorithm>
#include <cstring>
#include "emu.hpp"