1import("//build/ohos.gni") 2 3config("nlohmann_json_config") { 4 include_dirs = [ 5 "single_include/", 6 "single_include/nlohmann", 7 ] 8} 9 10ohos_static_library("nlohmann_json_static") { 11 public_configs = [ ":nlohmann_json_config" ] 12 subsystem_name = "multimodalinput" 13} 14