blob: 1811c2d6bd2f28e025d6940988845c09c08c0cda (
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 "catch_runner.cpp"
INCLUDE_DIRS "include"
REQUIRES "console")
|