From 32f7cef6f386fc847e8bd7f5981ebaa0d384f338 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 10 May 2001 13:52:23 -0400 Subject: [PATCH] added win32 executable option --- Source/cmTarget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 8def2551b..a0faf6951 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -54,7 +54,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. class cmTarget { public: - enum TargetType { EXECUTABLE, LIBRARY, UTILITY }; + enum TargetType { EXECUTABLE, WIN32_EXECUTABLE, LIBRARY, UTILITY }; /** * Return the type of target. */