Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-16 15:12:30 +01:00
parent 7dc4f77236
commit cebf7ea072

View File

@ -8,6 +8,8 @@ option(NO_STL "No STL" OFF)
if (NO_STL)
message(STATUS "Compiling for No STL")
add_definitions(-DETL_NO_STL)
else()
message(STATUS "Compiling for STL")
endif()
if(NOT UnitTest++_FOUND)