llcppg/config:language

This commit is contained in:
luoliwoshang
2024-09-02 18:51:46 +08:00
parent 3ce9567f62
commit 8ccb3c21e1
2 changed files with 3 additions and 1 deletions

View File

@@ -18,7 +18,8 @@ If `config-file` is not specified, a `llcppg.cfg` file is used in current direct
"AnotherHeaderFile.h"
],
"libs": "$(pkg-config --libs inireader)",
"trimPrefixes": ["Ini", "INI"]
"trimPrefixes": ["Ini", "INI"],
"cplusplus":true
}
```