diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2019-03-27 19:36:51 (GMT) |
---|---|---|
committer | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2019-03-27 19:39:02 (GMT) |
commit | dda01904587627a3d2bda5b684f7bef1e62596bb (patch) | |
tree | 34b65ed71c604b1aaf6e46e92d15b7cebb66d1b8 /Source/cmProjectCommand.h | |
parent | 390f14a24416f23801f5644eb51590f8317d35c7 (diff) | |
download | CMake-dda01904587627a3d2bda5b684f7bef1e62596bb.zip CMake-dda01904587627a3d2bda5b684f7bef1e62596bb.tar.gz CMake-dda01904587627a3d2bda5b684f7bef1e62596bb.tar.bz2 |
project: Add variable CMAKE_PROJECT_INCLUDE
Diffstat (limited to 'Source/cmProjectCommand.h')
-rw-r--r-- | Source/cmProjectCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmProjectCommand.h b/Source/cmProjectCommand.h index 365d448..f1d03e7 100644 --- a/Source/cmProjectCommand.h +++ b/Source/cmProjectCommand.h @@ -36,6 +36,7 @@ public: cmExecutionStatus& status) override; private: + bool IncludeByVariable(const std::string& variable); void TopLevelCMakeVarCondSet(const char* name, const char* value); }; |