From 0f8688d3eec0ce1b8181c711cd4bad00ba63a802 Mon Sep 17 00:00:00 2001 From: erick-alcachofa Date: Thu, 2 Oct 2025 23:45:04 -0600 Subject: [PATCH] fix: Fix install path in library CMakeLists.txt Signed-off-by: erick-alcachofa --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 99dc896..a29bf00 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -49,5 +49,5 @@ target_sources( target_include_directories( library PUBLIC $ - $ + $ )