Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
1c2c6297
Commit
1c2c6297
authored
Jun 12, 2016
by
Daniel Pfeifer
Committed by
Brad King
Jun 16, 2016
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmTargetLinkLibraryType: Extract from cmStandardIncludes.h
parent
ffdc0a8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
7 deletions
+23
-7
Source/cmStandardIncludes.h
Source/cmStandardIncludes.h
+1
-7
Source/cmTargetLinkLibraryType.h
Source/cmTargetLinkLibraryType.h
+22
-0
No files found.
Source/cmStandardIncludes.h
View file @
1c2c6297
...
...
@@ -57,13 +57,7 @@ extern void operator<<(std::ostream&, const std::ostringstream&);
#include "cmCustomCommandLines.h"
#include "cmDocumentationEntry.h"
#include "cmTargetLinkLibraryType.h"
#include "cmTypeMacro.h"
enum
cmTargetLinkLibraryType
{
GENERAL_LibraryType
,
DEBUG_LibraryType
,
OPTIMIZED_LibraryType
};
#endif
Source/cmTargetLinkLibraryType.h
0 → 100644
View file @
1c2c6297
/*============================================================================
CMake - Cross Platform Makefile Generator
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information.
============================================================================*/
#ifndef cmTargetLinkLibraryType_h
#define cmTargetLinkLibraryType_h
enum
cmTargetLinkLibraryType
{
GENERAL_LibraryType
,
DEBUG_LibraryType
,
OPTIMIZED_LibraryType
};
#endif
Brad King
@brad.king
mentioned in commit
290913fa
·
Jun 16, 2016
mentioned in commit
290913fa
mentioned in commit 290913fab871eddee22e6ebadd3eb7ef48c1485b
Toggle commit list
Brad King
@brad.king
Mentioned in commit
290913fa
·
Oct 03, 2016
Mentioned in commit
290913fa
Mentioned in commit 290913fab871eddee22e6ebadd3eb7ef48c1485b
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment