mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 00:49:53 +00:00
[cmake] use ot-config to umbrella private includes (#5079)
- add include directories to ot-config - remove unused OT_PRIVATE_INCLUDES
This commit is contained in:
@@ -36,7 +36,6 @@ add_library(openthread-platform-utils OBJECT
|
||||
|
||||
target_include_directories(openthread-platform-utils PRIVATE
|
||||
${OT_PUBLIC_INCLUDES}
|
||||
${OT_PRIVATE_INCLUDES}
|
||||
${PROJECT_SOURCE_DIR}/examples/platforms
|
||||
${PROJECT_SOURCE_DIR}/examples/platforms/utils
|
||||
${PROJECT_SOURCE_DIR}/src/core
|
||||
|
||||
Reference in New Issue
Block a user