Browse Source

Merge branch 'bugfix/remove_cjson_test_file_from_cmake_build' into 'master'

cJSON: include only source file objects for cmake build

See merge request espressif/esp-idf!7498
Mahavir Jain 6 năm trước cách đây
mục cha
commit
229b599494
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      components/json/CMakeLists.txt

+ 0 - 1
components/json/CMakeLists.txt

@@ -1,4 +1,3 @@
 idf_component_register(SRCS "cJSON/cJSON.c"
                             "cJSON/cJSON_Utils.c"
-                            "cJSON/test.c" 
                     INCLUDE_DIRS cJSON)