2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-27 18:42:07 +00:00

asio cmake test fixes

[SVN r53162]
This commit is contained in:
Troy D. Straszheim
2009-05-21 21:27:01 +00:00
parent 9a908c4fdb
commit ab5851e1f6

View File

@@ -1,11 +1,11 @@
foreach(test
posix_basic_descriptor
posix_basic_stream_descriptor
posix_descriptor_base
posix_stream_descriptor
posix_stream_descriptor_service
basic_descriptor
basic_stream_descriptor
descriptor_base
stream_descriptor
stream_descriptor_service
)
boost_test_link(${test})
asio_test_link(${test})
endforeach()