We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc0025 commit f64333eCopy full SHA for f64333e
examples/CMakeLists.txt
@@ -22,7 +22,6 @@ set(TODO tls-scheduler into_optional issue-start-reschedules loop)
22
23
set(ALL_EXAMPLES
24
task_scheduler
25
- bulk
26
c++now-allocator
27
c++now-cancel
28
c++now-errors
@@ -55,6 +54,10 @@ set(ALL_EXAMPLES
55
54
# FIXME: stop
56
)
57
+if(NOT MSVC)
58
+ list(APPEND ALL_EXAMPLES bulk)
59
+endif()
60
+
61
set(xALL_EXAMPLES issue-symmetric-transfer)
62
set(xALL_EXAMPLES customize)
63
0 commit comments