From 40ff38d56b4c9a751519a9b6c244d1c25676546d Mon Sep 17 00:00:00 2001 From: illyum <90023277+itzilly@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:26:53 -0600 Subject: [PATCH] (Chore): Remove non-existing source file (it's a header file) --- lib/imgui/CMakeLists.txt | 2 -- lib/rlImGui/CMakeLists.txt | 1 - 2 files changed, 3 deletions(-) diff --git a/lib/imgui/CMakeLists.txt b/lib/imgui/CMakeLists.txt index 894229c..a14113b 100644 --- a/lib/imgui/CMakeLists.txt +++ b/lib/imgui/CMakeLists.txt @@ -14,10 +14,8 @@ add_library(imgui STATIC ${imgui_SOURCE_DIR}/imgui_tables.cpp ${imgui_SOURCE_DIR}/imgui_widgets.cpp ${imgui_SOURCE_DIR}/imgui_demo.cpp - ${imgui_SOURCE_DIR}/backends/imgui_impl_opengl3.cpp\ ) target_include_directories(imgui PUBLIC ${imgui_SOURCE_DIR} - ${imgui_SOURCE_DIR}/backends ) \ No newline at end of file diff --git a/lib/rlImGui/CMakeLists.txt b/lib/rlImGui/CMakeLists.txt index 29f768b..c5acae8 100644 --- a/lib/rlImGui/CMakeLists.txt +++ b/lib/rlImGui/CMakeLists.txt @@ -17,7 +17,6 @@ include_directories(${CMAKE_SOURCE_DIR}/imgui) include_directories(${CMAKE_SOURCE_DIR}/raylib/src) add_library(rlImGui STATIC - ${rlImGui_SOURCE_DIR}/rlImGui.cpp ${rlImGui_SOURCE_DIR}/rlImGui.h ${rlImGui_SOURCE_DIR}/imgui_impl_raylib.h ${rlImGui_SOURCE_DIR}/rlImGuiColors.h