remove gui test engine from main app

This commit is contained in:
scawful
2024-08-13 16:29:15 -04:00
parent 3c433e5fd5
commit 5a400d0609

View File

@@ -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
)