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 a0af8c4..eb455fa 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -35,7 +35,7 @@ public:
cmTarget();
enum TargetType { EXECUTABLE, STATIC_LIBRARY,
SHARED_LIBRARY, MODULE_LIBRARY, UTILITY, INSTALL_FILES,
- INSTALL_PROGRAMS };
+ INSTALL_PROGRAMS, GLOBAL_TARGET};
enum CustomCommandType { PRE_BUILD, PRE_LINK, POST_BUILD };