diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-19 20:42:01 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-20 22:52:22 (GMT) |
commit | 311018e5ad27abf7c76003ec91d3f26ef316e3cc (patch) | |
tree | 12691ae0c22b86e09aa0a1bef1e6ca5fa8b1bb9c /Source/cmTarget.h | |
parent | 215cd21a0238ba00aec7c81014fe83e3d47187a6 (diff) | |
download | CMake-311018e5ad27abf7c76003ec91d3f26ef316e3cc.zip CMake-311018e5ad27abf7c76003ec91d3f26ef316e3cc.tar.gz CMake-311018e5ad27abf7c76003ec91d3f26ef316e3cc.tar.bz2 |
cmGeneratorTarget: Move GetExportMacro from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 0e966e9..865bc8d 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -220,10 +220,6 @@ public: const char** imp, std::string& suffix) const; - /** Get the macro to define when building sources in this target. - If no macro should be defined null is returned. */ - const char* GetExportMacro() const; - /** Return whether this target is an executable with symbol exports enabled. */ bool IsExecutableWithExports() const; @@ -369,7 +365,6 @@ private: std::string Name; std::string InstallPath; std::string RuntimeInstallPath; - mutable std::string ExportMacro; std::vector<std::string> LinkDirectories; std::vector<cmCustomCommand> PreBuildCommands; std::vector<cmCustomCommand> PreLinkCommands; |