From c7a3dcdc8a26eb5bf98ce2079abd66fd64534459 Mon Sep 17 00:00:00 2001 From: 0scar Date: Tue, 6 Feb 2024 12:52:32 +0100 Subject: Fixup window handling & rendering --- src/ui/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ui/CMakeLists.txt') 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 + ) -- cgit v1.3