You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- set(nlohmann_json_CXXFLAGS "-D_FORTIFY_SOURCE=2 -O2")
- set(nlohmann_json_CFLAGS "-D_FORTIFY_SOURCE=2 -O2")
- graphengine_add_pkg(ge_nlohmann_json
- VER 3.6.1
- HEAD_ONLY ./
- URL https://github.com/nlohmann/json/releases/download/v3.6.1/include.zip
- MD5 0dc903888211db3a0f170304cd9f3a89)
- include_directories(${ge_nlohmann_json_INC})
- add_library(graphengine::json ALIAS ge_nlohmann_json)
|