2017-07-02 18:22:36 -07:00
|
|
|
# Part of Beast
|
|
|
|
|
|
|
|
|
|
GroupSources(include/beast beast)
|
2017-07-15 17:05:24 -07:00
|
|
|
GroupSources(example/common common)
|
2017-07-02 18:22:36 -07:00
|
|
|
GroupSources(example/websocket-server-async "/")
|
|
|
|
|
|
|
|
|
|
add_executable (websocket-server-async
|
|
|
|
|
${BEAST_INCLUDES}
|
2017-07-15 17:05:24 -07:00
|
|
|
${COMMON_INCLUDES}
|
2017-07-02 18:22:36 -07:00
|
|
|
websocket_server_async.cpp
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_link_libraries(websocket-server-async
|
|
|
|
|
Beast
|
|
|
|
|
)
|