sourceFile properties: add property INCLUDE_DIRECTORIES

This commit is contained in:
Marc Chevrier
2017-12-21 17:03:18 +01:00
parent 3073bd1f3d
commit 0448311179
38 changed files with 350 additions and 23 deletions

View File

@@ -65,6 +65,9 @@ private:
std::string ComputeDefines(cmSourceFile* source, cmLocalGenerator* lg,
cmGeneratorTarget* gtgt);
std::string ComputeIncludes(cmSourceFile* source, cmLocalGenerator* lg,
cmGeneratorTarget* gtgt);
bool Open(const std::string& bindir, const std::string& projectName,
bool dryRun) override;