summaryrefslogtreecommitdiff
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
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
- )