Files
boost_beast/example/http-server-small/CMakeLists.txt

16 lines
239 B
CMake
Raw Normal View History

2017-06-23 18:23:55 -07:00
# Part of Beast
GroupSources(include/beast beast)
GroupSources(example/http-server-small "/")
add_executable (http-server-small
${BEAST_INCLUDES}
http_server_small.cpp
)
target_link_libraries(http-server-small
Beast
)