From d99b3bd74d9129b5c85c4ad4e6cb64059c9ab034 Mon Sep 17 00:00:00 2001 From: Nicola Lunghi <25422924+nicola-lunghi@users.noreply.github.com> Date: Mon, 14 May 2018 10:45:25 +0100 Subject: [PATCH] Add CMakeLists.txt Signed-off-by: Nicola Lunghi <25422924+nicola-lunghi@users.noreply.github.com> --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..b5c1f1d --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +set(COMPONENT_SRCDIRS ".") +set(COMPONENT_ADD_INCLUDEDIRS "include") +set(COMPONENT_REQUIRES openssl lwip) +set(COMPONENT_PRIV_REQUIRES mbedtls) +register_component()