add ImGuiTestEngine static library

This commit is contained in:
scawful
2024-07-24 11:41:33 -04:00
parent 3695acdb21
commit 3597f1a78d
4 changed files with 13 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ target_include_directories(
lib/
app/
${CMAKE_SOURCE_DIR}/src/
${CMAKE_SOURCE_DIR}/src/lib/imgui_test_engine
${PNG_INCLUDE_DIRS}
${SDL2_INCLUDE_DIR}
)
@@ -29,6 +30,7 @@ target_link_libraries(
${SDL_TARGETS}
${PNG_LIBRARIES}
${CMAKE_DL_LIBS}
ImGuiTestEngine
ImGui
)

View File

@@ -6,6 +6,7 @@
#include <imgui/backends/imgui_impl_sdlrenderer2.h>
#include <imgui/imgui.h>
#include <imgui/imgui_internal.h>
#include <imgui/imconfig.h>
#include <memory>