mirror of
https://github.com/espressif/openthread.git
synced 2026-08-25 19:59:51 +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_executable(ot-cli-mtd
|
||||
|
||||
set(COMMON_INCLUDES
|
||||
${OT_PUBLIC_INCLUDES}
|
||||
${OT_PRIVATE_INCLUDES}
|
||||
${PROJECT_SOURCE_DIR}/examples/platforms
|
||||
${PROJECT_SOURCE_DIR}/src/core
|
||||
)
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
|
||||
set(COMMON_INCLUDES
|
||||
${OT_PUBLIC_INCLUDES}
|
||||
${OT_PRIVATE_INCLUDES}
|
||||
${PROJECT_SOURCE_DIR}/examples/platforms
|
||||
${PROJECT_SOURCE_DIR}/src/core
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user