From b763664e9f07e18aec54818a5fb3aabd4e7c7d2a Mon Sep 17 00:00:00 2001 From: onelin Date: Fri, 31 Oct 2025 21:18:45 +0100 Subject: Remove empty sources Why exist --- src/ctrl/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ctrl/CMakeLists.txt') diff --git a/src/ctrl/CMakeLists.txt b/src/ctrl/CMakeLists.txt index 1fcbfb6..f37fa6a 100644 --- a/src/ctrl/CMakeLists.txt +++ b/src/ctrl/CMakeLists.txt @@ -1,9 +1,5 @@ add_library(daw_ctrl - src/controller.c - src/ctx.c src/input.c - src/keyboard.c - src/mouse.c ) target_compile_options(daw_ctrl PUBLIC ${BUILD_OPTS}) -- cgit v1.3