Skip to content

Commit bea879c

Browse files
committed
Update modulemap
1 parent 6db5391 commit bea879c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Sources/OpenGraphCxx/include/module.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module OpenGraphCxx {
22
export *
3+
4+
module * { export * }
35
}
46

57
module OpenGraphCxx.C {

Sources/OpenGraphCxx/include/module.private.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module OpenGraphCxx_Private {
22
export *
3+
4+
module * { export * }
35
}
46

57
module OpenGraphCxx_Private.Attribute {

0 commit comments

Comments
 (0)