diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-23 15:03:24 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-23 15:03:24 (GMT) |
commit | ea5564624c3305b7a05a0aad3d93cb1f900e37d4 (patch) | |
tree | 8d045ced710380ea449f315929f08ac17b3129f1 /Source/cmTarget.h | |
parent | f1fb182270b21cf972866f159801a9aa2a1fd689 (diff) | |
download | CMake-ea5564624c3305b7a05a0aad3d93cb1f900e37d4.zip CMake-ea5564624c3305b7a05a0aad3d93cb1f900e37d4.tar.gz CMake-ea5564624c3305b7a05a0aad3d93cb1f900e37d4.tar.bz2 |
ENH: Add a notion of a global target
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 2 |
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 }; |