From d38deeef3af2316a666f8fc0173940bd769b748e Mon Sep 17 00:00:00 2001 From: onelin Date: Sat, 1 Nov 2025 00:55:42 +0100 Subject: Flatten project structure This will make it easier to break up the code into smaller chunks again later. One would think doing this seems fun to me at this point. --- src/ctrl/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/ctrl/CMakeLists.txt (limited to 'src/ctrl/CMakeLists.txt') diff --git a/src/ctrl/CMakeLists.txt b/src/ctrl/CMakeLists.txt deleted file mode 100644 index f37fa6a..0000000 --- a/src/ctrl/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -add_library(daw_ctrl - src/input.c - ) - -target_compile_options(daw_ctrl PUBLIC ${BUILD_OPTS}) -target_include_directories(daw_ctrl PRIVATE ${DAW_INCLUDE_DIRS} ${GLFW_INCLUDE_DIR}) -target_link_libraries(daw_ctrl PRIVATE cglm glfw) -- cgit v1.3