summaryrefslogtreecommitdiff
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2024-02-06 11:52:32 +0000
committer0scar <qgt268@alumni.ku.dk>2024-02-06 11:52:32 +0000
commitc7a3dcdc8a26eb5bf98ce2079abd66fd64534459 (patch)
treeff5c572f94c3bf3e11e7f9e75e617d4454cc263a /src/ui/CMakeLists.txt
parent3705b14a4b2ac0d6baa418f08991424cfad89891 (diff)
Fixup window handling & rendering
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
index fa91929..0feefa3 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -4,3 +4,7 @@ add_library(daw_ui
)
target_include_directories(daw_ui PRIVATE ${DAW_INCLUDE_DIRS})
+target_link_libraries(daw_ui PRIVATE
+ OpenGL::GL
+ cglm
+ )