diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-05-10 17:52:23 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-05-10 17:52:23 (GMT) |
commit | 32f7cef6f386fc847e8bd7f5981ebaa0d384f338 (patch) | |
tree | 5918d2f9df0de7803f5020cc7d0d9c1aab0522f8 /Source/cmTarget.h | |
parent | 6b1cbac0364a97bfa16d51f04139f8db53438f3e (diff) | |
download | CMake-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.h | 2 |
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. */ |