From aee0474191aa6b4e4505e3f5a74b4ac8cc48063b Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 23 Jun 2023 15:31:45 +1000 Subject: Add a shared string library --- lib/shared_string/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/shared_string/CMakeLists.txt (limited to 'lib/shared_string/CMakeLists.txt') diff --git a/lib/shared_string/CMakeLists.txt b/lib/shared_string/CMakeLists.txt new file mode 100644 index 00000000..57871f57 --- /dev/null +++ b/lib/shared_string/CMakeLists.txt @@ -0,0 +1,5 @@ +# Copyright 2023 jacqueline +# +# SPDX-License-Identifier: GPL-3.0-only + +idf_component_register(INCLUDE_DIRS "include") -- cgit v1.2.3