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
|
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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user