c/clang/symg:normal gen json

This commit is contained in:
luoliwoshang
2024-07-26 14:37:26 +08:00
parent f391ccb8e8
commit c53484f92e
3 changed files with 21 additions and 6 deletions

View File

@@ -2,8 +2,7 @@
"name": "inih",
"cflags": "$(pkg-config --cflags INIReader)",
"include": [
"INIReader.h",
"AnotherHeaderFile.h"
"INIReader.h"
],
"libs": "$(pkg-config --libs INIReader)",
"trimPrefixes": ["Ini", "INI"]