mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[cmake] add OT_DOC option (#6527)
This commit is contained in:
@@ -201,6 +201,10 @@ elseif(OT_PLATFORM)
|
||||
add_subdirectory(examples)
|
||||
endif()
|
||||
|
||||
if (OT_DOC)
|
||||
add_subdirectory(doc)
|
||||
endif()
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(third_party EXCLUDE_FROM_ALL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user