Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-12 10:23:56 +01:00
parent 2ea9aece4f
commit b8389c7134

View File

@ -4,6 +4,7 @@ project(etl_unit_tests)
add_definitions(-DETL_DEBUG)
if (NO_STL EQUAL 1)
message(STATUS "Compiling for No STL")
add_definitions(-DETL_NO_STL)
endif()