summaryrefslogtreecommitdiff
path: root/lib/millershuffle/CMakeLists.txt
blob: 4c7ef484d70f4ee1c685cfe681937390383aa126 (plain)
1
2
3
4
5
6
7
8
# Copyright 2023 jacqueline <me@jacqueline.id.au>
#
# SPDX-License-Identifier: GPL-3.0-only

idf_component_register(
  SRCS "MillerShuffle.c"
  INCLUDE_DIRS "."
)