From 9241e6c4b2ca8dbf8ec2c0997084d63bf48ce460 Mon Sep 17 00:00:00 2001 From: zi-m <53815290+zi-m@users.noreply.github.com> Date: Thu, 22 Aug 2019 23:56:29 +0200 Subject: [quickfast] Add new port (#7814) * quickfast * replace 'noexcept' with BOOST_ASIO_NOEXCEPT --- ports/quickfast/usage | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ports/quickfast/usage (limited to 'ports/quickfast/usage') diff --git a/ports/quickfast/usage b/ports/quickfast/usage new file mode 100644 index 000000000..26c4bea21 --- /dev/null +++ b/ports/quickfast/usage @@ -0,0 +1,4 @@ +The package quickfast provides CMake targets: + + find_package(quickfast CONFIG REQUIRED) + target_link_libraries(main PRIVATE quickfast) -- cgit v1.2.3