asynco/test/CMakeLists.txt
2025-01-20 22:37:58 +01:00

5 lines
130 B
CMake

add_executable(asynco_test main.cpp)
# Linkaj test sa Asynco bibliotekom
target_link_libraries(asynco_test asynco Boost::system)