Added AppVeyor CI integration.

This commit is contained in:
Joachim Bauch
2015-08-22 01:03:50 +02:00
parent 8c3d253325
commit a13ad18e11
2 changed files with 49 additions and 1 deletions
+5 -1
View File
@@ -25,7 +25,11 @@ if (NOT MSVC)
set (CMAKE_RC_COMPILE_OBJECT "${CMAKE_RC_COMPILER} -O coff -I${CMAKE_CURRENT_SOURCE_DIR} <SOURCE> <OBJECT>")
endif ()
add_definitions ("-Wall")
if (NOT MSVC)
add_definitions ("-Wall")
else ()
add_definitions ("-W4")
endif ()
option(UNICODE "Compile with UNICODE support" OFF)
if (UNICODE)