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

Skip to content

Commit efac2ed

Browse files
committed
Add win32_overlapped_operation.hpp to build.cake.
1 parent 36be19a commit efac2ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/build.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ extras = script.cwd([
9292
if variant.platform == "windows":
9393
detailIncludes.extend(cake.path.join(env.expand('${CPPCORO}'), 'include', 'cppcoro', 'detail', [
9494
'win32.hpp',
95+
'win32_overlapped_operation.hpp',
9596
]))
9697
sources.extend(script.cwd([
9798
'win32.cpp',

0 commit comments

Comments
 (0)