Skip to content

Commit

Permalink
chore: update DearImgui version
Browse files Browse the repository at this point in the history
  • Loading branch information
painfulexistence committed Jun 24, 2024
1 parent 3f98b5c commit 0bde6d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions AtmosphericEngine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ set(SOURCES
set(SOURCES_EXT
external/imgui/imgui.cpp
external/imgui/imgui_draw.cpp
external/imgui/imgui_tables.cpp
external/imgui/imgui_widgets.cpp
external/imgui/imgui_impl_opengl3.cpp
external/imgui/imgui_impl_glfw.cpp
external/imgui/backends/imgui_impl_opengl3.cpp
external/imgui/backends/imgui_impl_glfw.cpp
)

add_library(AtmosphericEngine STATIC ${SOURCES} ${SOURCES_EXT})
Expand Down
4 changes: 2 additions & 2 deletions AtmosphericEngine/application.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "application.hpp"
#include "imgui_impl_glfw.h"
#include "imgui_impl_opengl3.h"
#include "backends/imgui_impl_glfw.h"
#include "backends/imgui_impl_opengl3.h"
//#include <iostream> // Note that IO should only be used for debugging here
using namespace std;

Expand Down

0 comments on commit 0bde6d7

Please sign in to comment.