Fix random.cpp not being built

custom
jacqueline 8 months ago committed by cooljqln
parent 32869129ff
commit 71aafc1711
  1. 3
      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")

Loading…
Cancel
Save