diff options
Diffstat (limited to 'lib/catch2/CMakeLists.txt')
| -rw-r--r-- | lib/catch2/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/catch2/CMakeLists.txt b/lib/catch2/CMakeLists.txt index 173a81ed..b8b25353 100644 --- a/lib/catch2/CMakeLists.txt +++ b/lib/catch2/CMakeLists.txt @@ -2,6 +2,6 @@ # # SPDX-License-Identifier: GPL-3.0-only -idf_component_register(SRCS "catch_runner.cpp" INCLUDE_DIRS "include") +idf_component_register(SRCS catch2.cpp catch_runner.cpp INCLUDE_DIRS include) target_compile_options(${COMPONENT_LIB} PUBLIC -DCATCH_CONFIG_NO_POSIX_SIGNALS -DCATCH_CONFIG_FAST_COMPILE -DCATCH_CONFIG_ENABLE_BENCHMARKING) |
