This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/test-tools/host-tool/external/cJSON/cjson.cmake
2019-05-17 17:15:25 +08:00

11 lines
163 B
CMake

set (CJSON_DIR ${CMAKE_CURRENT_LIST_DIR})
include_directories(${CJSON_DIR})
file (GLOB_RECURSE source_all ${CJSON_DIR}/*.c)
set (CJSON_SOURCE ${source_all})