Enable build and test on Windows

This commit is contained in:
Zach Hindes
2018-09-04 14:25:15 -05:00
parent f32703a7a1
commit ad2cb5b7ea
5 changed files with 18 additions and 2 deletions

View File

@@ -54,6 +54,8 @@ if (ENABLE_CUSTOM_COMPILER_FLAGS)
/Za
/sdl
/W4
/wd4001
/D_CRT_SECURE_NO_WARNINGS
)
endif()
endif()