diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-19 17:02:12 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-19 17:02:12 (GMT) |
commit | 0f2f0749785ab76a30a55b9a4764ecaac39776b6 (patch) | |
tree | 98043aca1c247239245dee20a04204ca6f222360 /Source/cmTarget.h | |
parent | c8c3fff032dd5a582fa08dcd1034f9f92dc07244 (diff) | |
download | CMake-0f2f0749785ab76a30a55b9a4764ecaac39776b6.zip CMake-0f2f0749785ab76a30a55b9a4764ecaac39776b6.tar.gz CMake-0f2f0749785ab76a30a55b9a4764ecaac39776b6.tar.bz2 |
ENH: fix for vtk 4.4 and other projects that may try to link to a module
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 cc39572..8b05958 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -36,7 +36,7 @@ public: enum TargetType { EXECUTABLE, STATIC_LIBRARY, SHARED_LIBRARY, MODULE_LIBRARY, UTILITY, GLOBAL_TARGET, INSTALL_FILES, INSTALL_PROGRAMS, INSTALL_DIRECTORY}; - + static const char* TargetTypeNames[]; enum CustomCommandType { PRE_BUILD, PRE_LINK, POST_BUILD }; /** |