mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 14:22:57 -06:00
ide: now also adding includes of current build method for libclang
This commit is contained in:
parent
aa213b8264
commit
faebf887e1
1 changed files with 5 additions and 1 deletions
|
|
@ -976,7 +976,11 @@ String Ide::GetCurrentIncludePath()
|
|||
if(IsExternalMode()) // just add everything..
|
||||
MergeWith(include_path, ";", PackageDirectory(wspc[i]));
|
||||
}
|
||||
|
||||
|
||||
// add all include paths of real current build method (because there can be additional
|
||||
// includes..)
|
||||
MergeWith(include_path, ";", GetIncludePath());
|
||||
|
||||
return include_path;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue