blob: 90778c5d98def1c848adac3c71d3c02aede35eb0 (
plain)
1
2
3
4
5
6
|
# Copyright 2023 jacqueline <me@jacqueline.id.au>
#
# SPDX-License-Identifier: GPL-3.0-only
idf_component_register(
SRCS "random.cpp" INCLUDE_DIRS "include" REQUIRES "memory" "komihash")
|