Files
ArduinoJson/extras/tests/JsonVariantConst/CMakeLists.txt

20 lines
322 B
CMake
Raw Normal View History

2024-01-08 19:31:29 +01:00
# ArduinoJson - https://arduinojson.org
2025-02-24 15:18:26 +01:00
# Copyright © 2014-2025, Benoit BLANCHON
2024-01-08 19:31:29 +01:00
# MIT License
add_executable(JsonVariantConstTests
as.cpp
is.cpp
isnull.cpp
nesting.cpp
size.cpp
subscript.cpp
)
add_test(JsonVariantConst JsonVariantConstTests)
set_tests_properties(JsonVariantConst
PROPERTIES
LABELS "Catch"
)