fix vender/imgui fold to vender/ImGui
This commit is contained in:
@ -11,12 +11,13 @@ add_subdirectory(vendor/glad EXCLUDE_FROM_ALL)
|
||||
|
||||
|
||||
# imgui
|
||||
set(IMGUI_DIR vendor/imgui)
|
||||
set(IMGUI_DIR vendor/ImGui)
|
||||
include_directories(${IMGUI_DIR} ${IMGUI_DIR}/backends)
|
||||
file(GLOB IMGUI_SOURCE
|
||||
${IMGUI_DIR}/*.cpp
|
||||
${IMGUI_DIR}/backends/imgui_impl_opengl3.cpp
|
||||
${IMGUI_DIR}/backends/imgui_impl_glfw.cpp)
|
||||
|
||||
# add imgui source
|
||||
list(APPEND SRC_SOURCE ${IMGUI_SOURCE})
|
||||
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user