unittest on appveyor

This commit is contained in:
Benjamin Sergeant
2019-01-04 17:28:13 -08:00
parent c236ff66e9
commit 46d00360a8
40 changed files with 5441 additions and 246 deletions

View File

@ -8,7 +8,9 @@ project (ixwebsocket_unittest)
set (CMAKE_CXX_STANDARD 11)
option(USE_TLS "Add TLS support" ON)
if (NOT WIN32)
option(USE_TLS "Add TLS support" ON)
endif()
add_subdirectory(${PROJECT_SOURCE_DIR}/.. ixwebsocket)