mirror of
https://github.com/boostorg/beast.git
synced 2026-04-29 02:03:21 +02:00
13 lines
189 B
CMake
13 lines
189 B
CMake
# Part of Beast
|
|
|
|
GroupSources(include/beast beast)
|
|
|
|
GroupSources(example/echo-op "/")
|
|
|
|
add_executable (echo-op
|
|
${BEAST_INCLUDES}
|
|
echo_op.cpp
|
|
)
|
|
|
|
target_link_libraries(echo-op Beast)
|