summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-08-28 12:46:25 +1000
committercooljqln <cooljqln@noreply.codeberg.org>2024-08-28 04:07:21 +0000
commit71aafc171192e2af987e273395d1d8783a3f7475 (patch)
treeff920f8834063d8ad29b880dd007e9ce0c93bf38 /src
parent32869129fff6a0fc434ab2d9ae30d244c020636b (diff)
downloadtangara-fw-71aafc171192e2af987e273395d1d8783a3f7475.tar.gz
Fix random.cpp not being built
Diffstat (limited to 'src')
-rw-r--r--src/util/CMakeLists.txt3
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")