summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-10 17:52:23 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-05-10 17:52:23 (GMT)
commit32f7cef6f386fc847e8bd7f5981ebaa0d384f338 (patch)
tree5918d2f9df0de7803f5020cc7d0d9c1aab0522f8 /Source/cmTarget.h
parent6b1cbac0364a97bfa16d51f04139f8db53438f3e (diff)
downloadCMake-32f7cef6f386fc847e8bd7f5981ebaa0d384f338.zip
CMake-32f7cef6f386fc847e8bd7f5981ebaa0d384f338.tar.gz
CMake-32f7cef6f386fc847e8bd7f5981ebaa0d384f338.tar.bz2
added win32 executable option
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 8def255..a0faf69 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.
*/