diff options
Diffstat (limited to 'example/asio_example')
| -rw-r--r-- | example/asio_example/CMakeLists.txt | 5 |
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 () |
