summaryrefslogtreecommitdiff
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2024-02-05 17:09:47 +0000
committer0scar <qgt268@alumni.ku.dk>2024-02-05 17:09:47 +0000
commit2dcb5975a0f7a00baf37a083a3e7e443a0726c1a (patch)
tree062d029208afa6842f46696d640d96225ccf58c9 /src/ui/CMakeLists.txt
parente85f81ec109782a01f1f741d4c2ed5f21af0c124 (diff)
Add CMake files
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r--src/ui/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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
+ )