mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
15 lines
524 B
Text
15 lines
524 B
Text
--- tests/CMakeLists.txt.orig 2021-09-17 04:54:52 UTC
|
|
+++ tests/CMakeLists.txt
|
|
@@ -183,6 +183,12 @@ add_unit_test(dispatch_plusplus SOURCES dispatch_plusp
|
|
add_unit_test(dispatch_c99 SOURCES dispatch_c99.c)
|
|
add_unit_test(dispatch_plusplus SOURCES dispatch_plusplus.cpp)
|
|
|
|
+if (DISPATCH_USE_INTERNAL_WORKQUEUE)
|
|
+ add_unit_test(dispatch_workqueue
|
|
+ SOURCES
|
|
+ dispatch_workqueue.c)
|
|
+endif()
|
|
+
|
|
# test-specific link options
|
|
if(WIN32)
|
|
target_link_libraries(dispatch_io_muxed PRIVATE WS2_32)
|