diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-03-12 20:09:20 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-03-13 14:27:23 (GMT) |
commit | cd43433de56ab31269a076fb2b2ace8babaa107d (patch) | |
tree | 3cfc978af258b7b0fc0b046b3d99be1b4cd01254 /Source/cmGlobalVisualStudioGenerator.h | |
parent | d5b2e33be2119ad12744ed62920a8f8d9b6d705d (diff) | |
download | CMake-cd43433de56ab31269a076fb2b2ace8babaa107d.zip CMake-cd43433de56ab31269a076fb2b2ace8babaa107d.tar.gz CMake-cd43433de56ab31269a076fb2b2ace8babaa107d.tar.bz2 |
cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.
Make it public for future external calls.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h index 7e8dcf8..f957056 100644 --- a/Source/cmGlobalVisualStudioGenerator.h +++ b/Source/cmGlobalVisualStudioGenerator.h @@ -88,6 +88,7 @@ public: virtual std::string ExpandCFGIntDir(const std::string& str, const std::string& config) const; + void ComputeTargetObjectDirectory(cmGeneratorTarget* gt) const; protected: // Does this VS version link targets to each other if there are // dependencies in the SLN file? This was done for VS versions |