From a14a7a0ccc9de76aeab0b2e4bbf58f1a79deedc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 3 Jul 2024 10:19:30 +0200 Subject: New upstream version 5.3.0GA --- app/cJSON/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/cJSON/CMakeLists.txt (limited to 'app/cJSON/CMakeLists.txt') diff --git a/app/cJSON/CMakeLists.txt b/app/cJSON/CMakeLists.txt new file mode 100644 index 0000000..d4abca3 --- /dev/null +++ b/app/cJSON/CMakeLists.txt @@ -0,0 +1,13 @@ +# +# build the cJSON object library + +add_library( cJSON "") + +target_sources(cJSON + PRIVATE + cJSON.c + PUBLIC + cJSON.h +) + +target_include_directories(cJSON PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) \ No newline at end of file -- cgit v1.2.3