summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index d31ca3a..804e126 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -29,7 +29,7 @@ class cmSourceFile;
class cmTarget
{
public:
- enum TargetType { EXECUTABLE, WIN32_EXECUTABLE, STATIC_LIBRARY,
+ enum TargetType { EXECUTABLE, STATIC_LIBRARY,
SHARED_LIBRARY, MODULE_LIBRARY, UTILITY, INSTALL_FILES,
INSTALL_PROGRAMS };