ENH: A type of target was added for representing GENERATED_CODE

This commit is contained in:
Luis Ibanez 2001-11-29 01:48:23 -05:00
parent e11df32931
commit f86418e99f
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ class cmTarget
{
public:
enum TargetType { EXECUTABLE, WIN32_EXECUTABLE, STATIC_LIBRARY,
SHARED_LIBRARY, MODULE_LIBRARY, UTILITY, INSTALL_FILES, INSTALL_PROGRAMS };
SHARED_LIBRARY, MODULE_LIBRARY, UTILITY, INSTALL_FILES,
INSTALL_PROGRAMS, GENERATED_CODE };
/**
* Return the type of target.