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

11 lines
163 B
CMake
Raw Normal View History

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