File: system-websockets.patch

package info (click to toggle)
pokerth 2.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 64,020 kB
  • sloc: ansic: 94,844; cpp: 59,414; java: 3,135; sh: 2,054; xml: 643; sql: 46; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: force use of system websocketpp library
Author: Gianfranco Costamagna <locutusofborg@debian.org>

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -161,8 +161,7 @@
     src/gui/qt/gametable
     src/net
     src/config
-    src/core
-    src/third_party/websocketpp)
+    src/core)
 
 target_link_libraries(pokerth_lib PUBLIC Boost::iostreams Boost::random Boost::thread Boost::filesystem Boost::program_options)
 if(TARGET OpenSSL::SSL)