Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
weidonglian committed Jul 31, 2024
1 parent 01ae20e commit 8f41dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ add_example(NAME file_system SRCS file_system.cpp)
add_example(NAME asio_tcp_clients SRCS asio_tcp_clients.cpp DEPS asio)
add_example(NAME asio_http_client SRCS asio_http_client.cpp DEPS asio)
add_example(NAME continuable_hello_world SRCS continuable_hello_world.cpp DEPS continuable)
# add_example(NAME continuable_asio SRCS continuable_asio.cpp DEPS logger continuable asio absl::status DEFS -DCONTINUABLE_WITH_CUSTOM_ERROR_TYPE=absl::Status)
#add_example(NAME continuable_asio SRCS continuable_asio.cpp DEPS logger continuable asio absl::status DEFS -DCONTINUABLE_WITH_CUSTOM_ERROR_TYPE=absl::Status)
add_example(NAME fiber_shared_work SRCS fiber_shared_work.cpp DEPS Boost::boost Boost::fiber)

IF (WIN32)
Expand Down

0 comments on commit 8f41dd4

Please sign in to comment.