mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add CMake scripts
This commit is contained in:
30
examples/CMakeLists.txt
Normal file
30
examples/CMakeLists.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
# Part of Beast
|
||||
|
||||
GroupSources(include/beast)
|
||||
GroupSources(examples)
|
||||
|
||||
add_executable (http-crawl
|
||||
${BEAST_INCLUDES}
|
||||
http_crawl.cpp
|
||||
urls_large_data.cpp
|
||||
)
|
||||
|
||||
add_executable (http-server
|
||||
${BEAST_INCLUDES}
|
||||
http_server.cpp
|
||||
)
|
||||
|
||||
add_executable (http-example
|
||||
${BEAST_INCLUDES}
|
||||
http_example.cpp
|
||||
)
|
||||
|
||||
add_executable (websocket-echo
|
||||
${BEAST_INCLUDES}
|
||||
websocket_echo.cpp
|
||||
)
|
||||
|
||||
add_executable (websocket-example
|
||||
${BEAST_INCLUDES}
|
||||
websocket_example.cpp
|
||||
)
|
||||
@@ -16,14 +16,14 @@ exe http_server :
|
||||
http_server.cpp
|
||||
;
|
||||
|
||||
exe websocket_echo :
|
||||
websocket_echo.cpp
|
||||
;
|
||||
|
||||
exe http_example :
|
||||
http_example.cpp
|
||||
;
|
||||
|
||||
exe websocket_echo :
|
||||
websocket_echo.cpp
|
||||
;
|
||||
|
||||
exe websocket_example :
|
||||
websocket_example.cpp
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user