added win32 executable option

This commit is contained in:
Ken Martin 2001-05-10 13:52:23 -04:00
parent 6b1cbac036
commit 32f7cef6f3

View File

@ -54,7 +54,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
class cmTarget class cmTarget
{ {
public: public:
enum TargetType { EXECUTABLE, LIBRARY, UTILITY }; enum TargetType { EXECUTABLE, WIN32_EXECUTABLE, LIBRARY, UTILITY };
/** /**
* Return the type of target. * Return the type of target.
*/ */