try to fix a double linking error on Windows with linenoise.hpp

This commit is contained in:
Benjamin Sergeant 2020-06-11 18:01:45 -07:00
parent ac9710d5d6
commit 6ed8723d7d
4 changed files with 2434 additions and 2296 deletions

2428
third_party/cpp-linenoise/linenoise.cpp vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -34,6 +34,7 @@ endif()
add_executable(ws
../third_party/msgpack11/msgpack11.cpp
../third_party/cpp-linenoise/linenoise.cpp
${JSONCPP_SOURCES}
ws_http_client.cpp

View File

@ -11,6 +11,7 @@
#include <ixwebsocket/IXWebSocket.h>
#include <spdlog/spdlog.h>
#include <sstream>
#include <iostream>
namespace ix