summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-03-23 16:38:20 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-03-23 21:22:34 (GMT)
commitafc4612fa57da09748745fefac02a2086f374db1 (patch)
treeefafdc08c8006bf4707fe008742073829010917c /Source/cmTarget.h
parent72b0eeeb21807132e110011add7a243a01653f83 (diff)
downloadCMake-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.h7
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.