added win32 executable option

This commit is contained in:
Ken Martin 2001-05-10 13:52:23 -04:00
parent 6b1cbac036
commit 32f7cef6f3
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/