Files
beast/example/echo-op/CMakeLists.txt
T
2017-07-20 08:15:28 -07:00

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)