blob: 25c757bc90527cc6c56ad07c3db23406595c9bc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Description: force use of system websocketpp library
Author: Gianfranco Costamagna <locutusofborg@debian.org>
Index: pokerth-1.1.2/pokerth_lib.pro
===================================================================
--- pokerth-1.1.2.orig/pokerth_lib.pro
+++ pokerth-1.1.2/pokerth_lib.pro
@@ -30,8 +30,7 @@
src/engine/local_engine \
src/engine/network_engine \
src/config \
- src/core \
- src/third_party/websocketpp
+ src/core
DEPENDPATH += . \
src \
|