move examples around

This commit is contained in:
Benjamin Sergeant 2018-10-08 14:37:27 -07:00
parent d31ecfc64e
commit 1dc9b559e9
5 changed files with 5 additions and 5 deletions

View File

@ -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 \

View File

@ -12,7 +12,7 @@
#include <iostream>
#include <sstream>
#include <queue>
#include "../ixwebsocket/IXWebSocket.h"
#include "../../ixwebsocket/IXWebSocket.h"
#include "nlohmann/json.hpp"