From 79f3e84ff8d53fd52088f5f75eb0bbafd5392656 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Tue, 22 Jul 2025 06:17:18 -0400 Subject: [PATCH] CMake: update include path here? --- smocore/marionette/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/smocore/marionette/CMakeLists.txt b/smocore/marionette/CMakeLists.txt index bc3d743..da7d48a 100644 --- a/smocore/marionette/CMakeLists.txt +++ b/smocore/marionette/CMakeLists.txt @@ -4,4 +4,5 @@ add_library(marionette STATIC target_include_directories(marionette PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include + ${CMAKE_CURRENT_SOURCE_DIR}/../include )