Files
chencheng31 6f59223432 适配 BUILD.gn 脚本
Signed-off-by: chencheng31 <chencheng8@huawei.com>
2022-03-10 21:51:48 +08:00

3 lines
105 B
CMake

aux_source_directory(${jsoncpp_dir}/src/lib_json json_source)
add_library(jsoncpp STATIC ${json_source})