From 35094e4aa9958721e926cbcdad8af72aa5383678 Mon Sep 17 00:00:00 2001 From: tttttangTH Date: Tue, 13 Oct 2020 19:06:41 -0400 Subject: [PATCH] update cmake --- third_party/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 8e8aaf77a23..b6a84edbe9c 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -28,6 +28,9 @@ add_subdirectory(openthread) if(OTBR_REST) + add_subdirectory(angular) + add_subdirectory(angular-material) add_subdirectory(cJSON) add_subdirectory(http-parser) + add_subdirectory(mdl) endif()