mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Squashed 'Subtrees/websocket/' content from commit 7ad830a
git-subtree-dir: Subtrees/websocket git-subtree-split: 7ad830aba3c58a2b751bd39959404888b0cbe19f
This commit is contained in:
20
examples/echo_server/SConscript
Normal file
20
examples/echo_server/SConscript
Normal file
@@ -0,0 +1,20 @@
|
||||
## echo_server
|
||||
##
|
||||
|
||||
Import('env')
|
||||
Import('boostlibs')
|
||||
Import('wslib')
|
||||
Import('platform_libs')
|
||||
|
||||
localenv = env.Clone ()
|
||||
|
||||
sources = ["echo_server.cpp"]
|
||||
|
||||
LIBS = [wslib, platform_libs] + boostlibs(['system',
|
||||
'date_time',
|
||||
'regex',
|
||||
'thread'])
|
||||
|
||||
prg = localenv.Program('echo_server', sources, LIBS = LIBS)
|
||||
|
||||
Return('prg')
|
||||
Reference in New Issue
Block a user