You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/07/10 14:24:54 UTC

[nuttx] 03/07: cmake: add missing crypto

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 2115679db37896bad8c78b7a60c7a36ed0d241df
Author: raiden00pl <ra...@railab.me>
AuthorDate: Mon Jul 10 12:49:18 2023 +0200

    cmake: add missing crypto
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5017043886..727d93be35 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -488,6 +488,7 @@ add_subdirectory(openamp)
 add_subdirectory(arch)
 add_subdirectory(audio)
 add_subdirectory(binfmt)
+add_subdirectory(crypto)
 add_subdirectory(drivers)
 add_subdirectory(fs)
 add_subdirectory(graphics)