llcppg [config-file]
If config-file
is not specified, a llcppg.cfg
file is used in current directory. The configuration file format is as follows:
{
"name": "inireader",
"cflags": "$(pkg-config --cflags inireader)",
"include": [
"INIReader.h",
"AnotherHeaderFile.h"
],
"libs": "$(pkg-config --libs inireader)",
"trimPrefixes": ["Ini", "INI"]
}
See llcppg Design.