added win32 executable option
This commit is contained in:
parent
6b1cbac036
commit
32f7cef6f3
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue