From 2c427b6a9936abcbc1965c502a7790e18a87fc4c Mon Sep 17 00:00:00 2001 From: Uwe Jakobeit Date: Mon, 6 Apr 2026 00:53:27 +0200 Subject: [PATCH] include path supplied --- controller/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controller/CMakeLists.txt b/controller/CMakeLists.txt index c088460..03bdd0b 100755 --- a/controller/CMakeLists.txt +++ b/controller/CMakeLists.txt @@ -14,6 +14,8 @@ target_include_directories(ctrl_algo PUBLIC $ ) +target_include_directories(ctrl_algo PRIVATE ${Qt6Core_INCLUDE_DIRS}) + # Link an executable to the library # add_executable(app src/main.cpp) # target_link_libraries(app PRIVATE math_utils)