From b501d40dfc59c5f68c5e0df6091dda8762035e55 Mon Sep 17 00:00:00 2001 From: 0scar Date: Sun, 11 Feb 2024 12:49:56 +0100 Subject: Purge UI --- src/ui/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/ui/CMakeLists.txt (limited to 'src/ui/CMakeLists.txt') 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 - ) -- cgit v1.3