summaryrefslogtreecommitdiffhomepage
path: root/example/asio_example
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-05 15:31:57 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-05 15:31:57 +0100
commit97d846f41e2bccf7957983c03d1fe9867b789efb (patch)
tree9d2193612d3f9b3976bea40243d63e60d31fe5d9 /example/asio_example
parentfcc9da9f2f3b5c3002349e43faad065716606751 (diff)
[FEAT] New Option 2 example, updated README, fixed crc_hash.hpp.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/asio_example')
-rw-r--r--example/asio_example/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
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 ()