diff options
author | Brad King <brad.king@kitware.com> | 2013-05-22 17:05:17 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-05-22 17:05:17 (GMT) |
commit | fe4c1fb32e877ea36c6882cefe4e773157573903 (patch) | |
tree | 71253a2da216e1b2a54626a7e88ed8eb1976c7d4 /Source/cmTarget.h | |
parent | d337cb402fa1935a39792a51739c7a9971202414 (diff) | |
parent | b5d6f5dd5b894ea6dcd8f87e1925db5551f3ffc0 (diff) | |
download | CMake-fe4c1fb32e877ea36c6882cefe4e773157573903.zip CMake-fe4c1fb32e877ea36c6882cefe4e773157573903.tar.gz CMake-fe4c1fb32e877ea36c6882cefe4e773157573903.tar.bz2 |
Merge topic 'add-EXPORT_NAME-property'
b5d6f5d Add EXPORT_NAME property.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index daf9540..508fc11 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -85,6 +85,7 @@ public: ///! Set/Get the name of the target const char* GetName() const {return this->Name.c_str();} + const char* GetExportName(); ///! Set the cmMakefile that owns this target void SetMakefile(cmMakefile *mf); |