feat(llgo/xtools): add llcppsymg.go

This commit is contained in:
morpingsss
2024-07-26 10:31:20 +08:00
committed by luoliwoshang
parent bdca09007d
commit a96d6a8148
3 changed files with 278 additions and 10 deletions

View File

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