From 97d846f41e2bccf7957983c03d1fe9867b789efb Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 5 Mar 2026 15:31:57 +0100 Subject: [FEAT] New Option 2 example, updated README, fixed crc_hash.hpp. Signed-off-by: Amlal El Mahrouss --- example/asio_example/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'example/asio_example') diff --git a/example/asio_example/CMakeLists.txt b/example/asio_example/CMakeLists.txt index 2efd470..64494b9 100644 --- a/example/asio_example/CMakeLists.txt +++ b/example/asio_example/CMakeLists.txt @@ -12,4 +12,7 @@ add_executable(AsioExample example.cpp) set_property(TARGET AsioExample PROPERTY CXX_STANDARD 20) target_include_directories(AsioExample PUBLIC ../../include/) -# target_link_libraries(AsioExample PRIVATE Boost Core Asio) + +if (NOT DEFINED LINUX) +target_link_libraries(AsioExample PRIVATE Boost Core Asio) +endif () -- cgit v1.2.3