Skip to content

Commit

Permalink
flex_await supports program options
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtum committed Oct 31, 2024
1 parent a6956f7 commit db49e64
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 92 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif()

include(GNUInstallDirs)
if(BOOST_HTTP_IO_IS_ROOT)
set(BOOST_INCLUDE_LIBRARIES http_io http_proto url)
set(BOOST_INCLUDE_LIBRARIES http_io http_proto program_options url)
set(BOOST_EXCLUDE_LIBRARIES http_io)
set(CMAKE_FOLDER Dependencies)
add_subdirectory(../.. Dependencies/boost EXCLUDE_FROM_ALL)
Expand Down
1 change: 1 addition & 0 deletions example/client/flex_await/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ find_package(ZLIB)
target_link_libraries(http_io_example_client_flex_await
Boost::http_io
Boost::http_proto
Boost::program_options
OpenSSL::SSL
OpenSSL::Crypto)

Expand Down
1 change: 1 addition & 0 deletions example/client/flex_await/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ project
<library>/boost/http_proto//boost_http_proto
[ ac.check-library /boost/http_proto//boost_http_proto_zlib : <library>/boost/http_proto//boost_http_proto_zlib : ]
<library>/boost/http_io//boost_http_io
<library>/boost/program_options//boost_program_options
<library>/openssl//ssl/<link>shared
<library>/openssl//crypto/<link>shared
<include>.
Expand Down
Loading

0 comments on commit db49e64

Please sign in to comment.