ide: pkg_config support

git-svn-id: svn://ultimatepp.org/upp/trunk@13559 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-08-24 12:51:04 +00:00
parent d9441f86d0
commit 13ebef1bff
6 changed files with 30 additions and 10 deletions

View file

@ -347,6 +347,7 @@ public:
Array<OptItem> link;
Array<OptItem> option;
Array<OptItem> include;
Array<OptItem> pkg_config;
Array<File> file;
Array<Config> config;
Array<CustomStep> custom;
@ -442,6 +443,8 @@ struct Builder {
bool main_conf;
bool allow_pch;
FileTime start_time;
Index<String> pkg_config; // names of packages for pkg-config
String CmdX(const char *s);