feat(llgo/xtools): add llcppsymg.go
This commit is contained in:
10
chore/_xtool/llcppsymg/llcppg.cfg
Normal file
10
chore/_xtool/llcppsymg/llcppg.cfg
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user