mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
added win32 executable option
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user