nlohmann_json_cmake_fetchcontent:用于nlohmannjson的轻量级发行跟踪存储库。 适用于 CMake fetchcontent。 每周自动升级

时间:2024-06-19 08:57:42
【文件属性】:

文件名称:nlohmann_json_cmake_fetchcontent:用于nlohmannjson的轻量级发行跟踪存储库。 适用于 CMake fetchcontent。 每周自动升级

文件大小:151KB

文件格式:ZIP

更新时间:2024-06-19 08:57:42

json cmake nlohmann fetchcontent C++

nlohmann/json 的发布跟踪存储库 此存储库基于: 。 目标是提供一个轻量级存储库,跟踪每个版本,与 cmake 兼容。 你可以依赖它使用: 示例: include (FetchContent) FetchContent_Declare(json GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent GIT_TAG v3.9.1) FetchContent_GetProperties(json) if ( NOT json_POPULATED) FetchContent_Populate(json) add_subdirectory ( ${json_SOURCE_DIR} ${json_BINARY_DIR} EXCLUDE_FROM_ALL


【文件预览】:
nlohmann_json_cmake_fetchcontent-master
----LICENSE.MIT(1KB)
----.github()
--------workflows()
----update.py(2KB)
----CMakeLists.txt(450B)
----README.md(1KB)
----meson.build(169B)
----include()
--------nlohmann()

网友评论