From a6ea7b7bbc66327cc2a957496f65dcfab5361cee Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:10:18 +0500 Subject: Update ImGui to a newer version with font scaling --- core/resource/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/resource/CMakeLists.txt') diff --git a/core/resource/CMakeLists.txt b/core/resource/CMakeLists.txt index 7df4306..840b3c2 100644 --- a/core/resource/CMakeLists.txt +++ b/core/resource/CMakeLists.txt @@ -1,6 +1,4 @@ target_sources(core PRIVATE - "${CMAKE_CURRENT_LIST_DIR}/binfile.cc" - "${CMAKE_CURRENT_LIST_DIR}/binfile.hh" "${CMAKE_CURRENT_LIST_DIR}/image.cc" "${CMAKE_CURRENT_LIST_DIR}/image.hh" "${CMAKE_CURRENT_LIST_DIR}/resource.cc" -- cgit