summaryrefslogtreecommitdiff
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2024-02-11 11:49:56 +0000
committer0scar <qgt268@alumni.ku.dk>2024-02-11 12:00:55 +0000
commitb501d40dfc59c5f68c5e0df6091dda8762035e55 (patch)
tree76a97e9127dfe47dcf65036e1881ddaa398ab41e /src/ui/CMakeLists.txt
parentb04b041f61fe6f0664d5d037b8a26e43b7b99a75 (diff)
Purge UI
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r--src/ui/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
deleted file mode 100644
index 0feefa3..0000000
--- a/src/ui/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-add_library(daw_ui
- src/positioning.c
- src/rendering.c
- )
-
-target_include_directories(daw_ui PRIVATE ${DAW_INCLUDE_DIRS})
-target_link_libraries(daw_ui PRIVATE
- OpenGL::GL
- cglm
- )