summaryrefslogtreecommitdiff
path: root/test/main/CMakeLists.txt
blob: 2cbd90fde9a474bf34bde5c1bb74f45051634e35 (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 "main.cpp"
  INCLUDE_DIRS "."
  REQUIRES "catch2 tangara")