Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d86b95b

Browse files
authored
Revert "Remove duplication from build.cake"
This reverts commit 9cc5a32.
1 parent 4c66743 commit d86b95b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/build.cake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ includes = cake.path.join(env.expand('${CPPCORO}'), 'include', 'cppcoro', [
2020
'cancellation_registration.hpp',
2121
'cancellation_source.hpp',
2222
'cancellation_token.hpp',
23+
'task.hpp',
2324
'sequence_barrier.hpp',
2425
'sequence_traits.hpp',
2526
'single_producer_sequencer.hpp',
2627
'multi_producer_sequencer.hpp',
2728
'shared_task.hpp',
29+
'shared_task.hpp',
2830
'single_consumer_event.hpp',
2931
'single_consumer_async_auto_reset_event.hpp',
3032
'sync_wait.hpp',

0 commit comments

Comments
 (0)