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