mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Reorganize VS2012 project and add unity build for websocket
This commit is contained in:
16
src/cpp/websocket_core.cpp
Normal file
16
src/cpp/websocket_core.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
// Unity build file for websocket
|
||||
//
|
||||
|
||||
// Must come first to prevent compile errors
|
||||
#include "websocketpp/src/uri.cpp"
|
||||
|
||||
#include "websocketpp/src/base64/base64.cpp"
|
||||
#include "websocketpp/src/rng/boost_rng.cpp"
|
||||
#include "websocketpp/src/messages/data.cpp"
|
||||
#include "websocketpp/src/processors/hybi_header.cpp"
|
||||
#include "websocketpp/src/processors/hybi_util.cpp"
|
||||
#include "websocketpp/src/md5/md5.c"
|
||||
#include "websocketpp/src/network_utilities.cpp"
|
||||
#include "websocketpp/src/sha1/sha1.cpp"
|
||||
|
||||
Reference in New Issue
Block a user