From b17439e235d2f0509c116623e6e3eadf4a096541 Mon Sep 17 00:00:00 2001
From: Joseph Walton-Rivers <joseph@walton-rivers.uk>
Date: Mon, 25 Jul 2022 22:14:35 +0100
Subject: [PATCH] mark imgui as private dependency

---
 fggl/debug/imgui/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fggl/debug/imgui/CMakeLists.txt b/fggl/debug/imgui/CMakeLists.txt
index c84c97c..bf16014 100644
--- a/fggl/debug/imgui/CMakeLists.txt
+++ b/fggl/debug/imgui/CMakeLists.txt
@@ -1,4 +1,4 @@
-target_link_libraries(fggl PUBLIC imgui)
+target_link_libraries(fggl PRIVATE imgui)
 
 target_sources( fggl
     PRIVATE
-- 
GitLab