mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
sourceFile properties: add property INCLUDE_DIRECTORIES
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user