c/clang/symg:remove example config file

This commit is contained in:
luoliwoshang
2024-07-30 15:27:03 +08:00
parent f93d3381e0
commit 63f4c73ef0

View File

@@ -1,9 +0,0 @@
{
"name": "inih",
"cflags": "$(pkg-config --cflags INIReader)",
"include": [
"INIReader.h"
],
"libs": "$(pkg-config --libs INIReader)",
"trimPrefixes": ["Ini", "INI"]
}