diff options
author | Artur Ryt <artur.ryt@gmail.com> | 2018-12-13 19:44:58 (GMT) |
---|---|---|
committer | Artur Ryt <artur.ryt@gmail.com> | 2018-12-28 14:16:37 (GMT) |
commit | 5257af363442aa4168776b70db1fc58d218a20c8 (patch) | |
tree | 0e59c2ddfb80bdffde58282f02f69100847d6f0b /Source/cmMakefile.h | |
parent | f564f65ff551932aa17a9b4511cf66baf3d28f47 (diff) | |
download | CMake-5257af363442aa4168776b70db1fc58d218a20c8.zip CMake-5257af363442aa4168776b70db1fc58d218a20c8.tar.gz CMake-5257af363442aa4168776b70db1fc58d218a20c8.tar.bz2 |
cmMakefile: move common logic to IsProjectFile function
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index aa94054..be1e6a1 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -866,6 +866,7 @@ public: std::deque<std::vector<std::string>> FindPackageRootPathStack; void MaybeWarnCMP0074(std::string const& pkg); + bool IsProjectFile(const char* filename) const; protected: // add link libraries and directories to the target |