mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
f2328e89e9
* Add cpp-async 2023-05-19 * Update CI baseline * Add new line * Update CI baseline * Fix HEAD_REF * Update CI baseline * Update to v1.0.0 * Update CI baseline * Remove old version --------- Co-authored-by: chausner <chausner@users.noreply.github.com>
5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
cpp-async is header-only and can be used from CMake via:
|
|
|
|
find_path(CPP_ASYNC_INCLUDE_DIRS "async/task.h")
|
|
target_include_directories(main PRIVATE ${CPP_ASYNC_INCLUDE_DIRS})
|