diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-11-07 16:52:42 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-11-07 16:58:08 +1100 |
| commit | 0e661409b1837beedf62cdf05f18e1453cb880ae (patch) | |
| tree | 5ce4aa63f4391db5ffb25f139fc69144c5bede94 /lib/shared_string/CMakeLists.txt | |
| parent | 91d16b3ff536a7d4245197be0e088010871d1e07 (diff) | |
| download | tangara-fw-0e661409b1837beedf62cdf05f18e1453cb880ae.tar.gz | |
Fix missing licenses
Includes removing unused shared_string
This helps with #6, but there's still more work to do
Diffstat (limited to 'lib/shared_string/CMakeLists.txt')
| -rw-r--r-- | lib/shared_string/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/shared_string/CMakeLists.txt b/lib/shared_string/CMakeLists.txt deleted file mode 100644 index 57871f57..00000000 --- a/lib/shared_string/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 2023 jacqueline <me@jacqueline.id.au> -# -# SPDX-License-Identifier: GPL-3.0-only - -idf_component_register(INCLUDE_DIRS "include") |
