diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-09-18 11:38:10 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-09-19 13:32:25 (GMT) |
commit | 52854583429e4fb8f180d8276a07d8f8226d6427 (patch) | |
tree | e2afaa1ed5a0094fbc706d3da04d99d446e6a874 /Source/cmMakefile.h | |
parent | c31f3d99f8adc95c355f8607bdfccf01cc37c51d (diff) | |
download | CMake-52854583429e4fb8f180d8276a07d8f8226d6427.zip CMake-52854583429e4fb8f180d8276a07d8f8226d6427.tar.gz CMake-52854583429e4fb8f180d8276a07d8f8226d6427.tar.bz2 |
Add convenience for getting a cmGeneratorTarget to use.
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 4e79cea..80a50d6 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -535,6 +535,7 @@ public: /** Find a target to use in place of the given name. The target returned may be imported or built within the project. */ cmTarget* FindTargetToUse(const char* name); + cmGeneratorTarget* FindGeneratorTargetToUse(const char* name); /** * Mark include directories as system directories. |