From 95a376d2b66881620dbcddfcae67c3702d38688a Mon Sep 17 00:00:00 2001 From: crueter Date: Sat, 15 Nov 2025 22:44:43 -0500 Subject: [PATCH] utility headers Signed-off-by: crueter --- src/Eden/Interface/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Eden/Interface/CMakeLists.txt b/src/Eden/Interface/CMakeLists.txt index 8af7e048cf..4c4c6b3659 100644 --- a/src/Eden/Interface/CMakeLists.txt +++ b/src/Eden/Interface/CMakeLists.txt @@ -17,5 +17,6 @@ EdenModule( LIBRARIES Qt6::Quick Qt6::Core + Vulkan::UtilityHeaders frontend_common )