diff --git a/Sources/CSKTestSupport/include/module.modulemap b/Sources/CSKTestSupport/include/module.modulemap index e69de29bb..5694be53d 100644 --- a/Sources/CSKTestSupport/include/module.modulemap +++ b/Sources/CSKTestSupport/include/module.modulemap @@ -0,0 +1,3 @@ +module CSKTestSupport { + export * +}