mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 21:27:46 +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:
@@ -94,7 +94,6 @@ target_compile_options(openthread-simulation PRIVATE
|
||||
|
||||
target_include_directories(openthread-simulation PRIVATE
|
||||
${OT_PUBLIC_INCLUDES}
|
||||
${OT_PRIVATE_INCLUDES}
|
||||
${PROJECT_SOURCE_DIR}/examples/platforms
|
||||
${PROJECT_SOURCE_DIR}/src
|
||||
${PROJECT_SOURCE_DIR}/src/core
|
||||
|
||||
Reference in New Issue
Block a user