From 5a400d060997893b8b9c03cb82d88e4a57311f0a Mon Sep 17 00:00:00 2001 From: scawful Date: Tue, 13 Aug 2024 16:29:15 -0400 Subject: [PATCH] remove gui test engine from main app --- src/app/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index 95f28538..65e87ae6 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -12,7 +12,6 @@ add_executable( ${YAZE_APP_ZELDA3_SRC} ${YAZE_GUI_SRC} ${IMGUI_SRC} - ${IMGUI_TEST_ENGINE_SOURCES} ) target_include_directories( @@ -33,7 +32,6 @@ target_link_libraries( ${SDL_TARGETS} ${PNG_LIBRARIES} ${CMAKE_DL_LIBS} - ImGuiTestEngine ImGui )