diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-23 16:38:20 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-23 21:22:34 (GMT) |
commit | afc4612fa57da09748745fefac02a2086f374db1 (patch) | |
tree | efafdc08c8006bf4707fe008742073829010917c /Source/cmTarget.h | |
parent | 72b0eeeb21807132e110011add7a243a01653f83 (diff) | |
download | CMake-afc4612fa57da09748745fefac02a2086f374db1.zip CMake-afc4612fa57da09748745fefac02a2086f374db1.tar.gz CMake-afc4612fa57da09748745fefac02a2086f374db1.tar.bz2 |
cmTarget: Move member method `ProcessSourceItemCMP0049()` to impl
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 7937969..a4696c8 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -43,8 +43,7 @@ private: /** \class cmTarget * \brief Represent a library or executable target loaded from a makefile. * - * cmTarget represents a target loaded from - * a makefile. + * cmTarget represents a target loaded from a makefile. */ class cmTarget { @@ -273,9 +272,7 @@ private: private: cmTargetInternalPointer impl; - std::string ProcessSourceItemCMP0049(const std::string& s); - - /** Return whether or not the target has a DLL import library. */ + ///! Return whether or not the target has a DLL import library. bool HasImportLibrary() const; // Internal representation details. |