diff --git a/traced/CMakeLists.txt b/traced/CMakeLists.txt index c034bb0b5609bc42d208a69c5c0a59083536585b..b49d05069ae2545fe7d00d8c82dec05ad08b6c69 100644 --- a/traced/CMakeLists.txt +++ b/traced/CMakeLists.txt @@ -46,6 +46,6 @@ if(CONFIG_TRACED) if(NOT "${CONFIG_TRACE_VAR_SECTION}" STREQUAL "") target_compile_options(traced PRIVATE -DTRACE_VAR_SECTION="${CONFIG_TRACE_VAR_SECTION}") endif() - target_include_directories(traced PRIVATE ${INCLUDE_DIRS}) + target_include_directories(traced PRIVATE ${INCLUDE_DIRS} ${VENDOR_THIRD_PARTY_DRIVER_INCDIR}) target_include_directories(traced PUBLIC ${CMAKE_CURRENT_LIST_DIR}/inc) endif() \ No newline at end of file