mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Merge commit '09987d0f9d32e860f1391bb9c75b799501e2d141' as 'Subtrees/websocket'
This commit is contained in:
20
Subtrees/websocket/src/SConscript
Normal file
20
Subtrees/websocket/src/SConscript
Normal file
@@ -0,0 +1,20 @@
|
||||
## websocket++ library
|
||||
##
|
||||
|
||||
Import('env')
|
||||
|
||||
localenv = env.Clone ()
|
||||
|
||||
sources = ["base64/base64.cpp",
|
||||
"md5/md5.c",
|
||||
"messages/data.cpp",
|
||||
"network_utilities.cpp",
|
||||
"processors/hybi_header.cpp",
|
||||
"processors/hybi_util.cpp",
|
||||
"sha1/sha1.cpp",
|
||||
"uri.cpp"]
|
||||
|
||||
static_lib = localenv.StaticLibrary('websocketpp', sources)
|
||||
shared_lib = None # localenv.SharedLibrary('websocketpp', sources)
|
||||
|
||||
Return('static_lib', 'shared_lib')
|
||||
Reference in New Issue
Block a user