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/ui/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/ui/CMakeLists.txt (limited to 'src/ui') diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt new file mode 100644 index 0000000..05b2648 --- /dev/null +++ b/src/ui/CMakeLists.txt @@ -0,0 +1,4 @@ +add_library(daw_ui + positioning.c + rendering.c + ) -- cgit v1.3