From 2dcb5975a0f7a00baf37a083a3e7e443a0726c1a Mon Sep 17 00:00:00 2001 From: 0scar Date: Mon, 5 Feb 2024 18:09:47 +0100 Subject: Add CMake files --- src/ctrl/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/ctrl/CMakeLists.txt (limited to 'src/ctrl/CMakeLists.txt') diff --git a/src/ctrl/CMakeLists.txt b/src/ctrl/CMakeLists.txt new file mode 100644 index 0000000..e086f07 --- /dev/null +++ b/src/ctrl/CMakeLists.txt @@ -0,0 +1,7 @@ +add_library(daw_ctrl + controller.c + ctx.c + input.c + keyboard.c + mouse.c + ) -- cgit v1.3