move examples around
This commit is contained in:
parent
d31ecfc64e
commit
1dc9b559e9
@ -5,10 +5,10 @@
|
||||
#
|
||||
|
||||
clang++ --std=c++11 --stdlib=libc++ \
|
||||
../ixwebsocket/IXSocket.cpp \
|
||||
../ixwebsocket/IXWebSocketTransport.cpp \
|
||||
../ixwebsocket/IXSocketAppleSSL.cpp \
|
||||
../ixwebsocket/IXWebSocket.cpp \
|
||||
../../ixwebsocket/IXSocket.cpp \
|
||||
../../ixwebsocket/IXWebSocketTransport.cpp \
|
||||
../../ixwebsocket/IXSocketAppleSSL.cpp \
|
||||
../../ixwebsocket/IXWebSocket.cpp \
|
||||
cmd_websocket_chat.cpp \
|
||||
-o cmd_websocket_chat \
|
||||
-framework Security \
|
@ -12,7 +12,7 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <queue>
|
||||
#include "../ixwebsocket/IXWebSocket.h"
|
||||
#include "../../ixwebsocket/IXWebSocket.h"
|
||||
|
||||
#include "nlohmann/json.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user