diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-08-28 12:46:25 +1000 |
|---|---|---|
| committer | cooljqln <cooljqln@noreply.codeberg.org> | 2024-08-28 04:07:21 +0000 |
| commit | 71aafc171192e2af987e273395d1d8783a3f7475 (patch) | |
| tree | ff920f8834063d8ad29b880dd007e9ce0c93bf38 | |
| parent | 32869129fff6a0fc434ab2d9ae30d244c020636b (diff) | |
| download | tangara-fw-71aafc171192e2af987e273395d1d8783a3f7475.tar.gz | |
Fix random.cpp not being built
| -rw-r--r-- | src/util/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt index 49554be8..90778c5d 100644 --- a/src/util/CMakeLists.txt +++ b/src/util/CMakeLists.txt @@ -2,4 +2,5 @@ # # SPDX-License-Identifier: GPL-3.0-only -idf_component_register(SRCS INCLUDE_DIRS "include" REQUIRES "memory") +idf_component_register( + SRCS "random.cpp" INCLUDE_DIRS "include" REQUIRES "memory" "komihash") |
