COpenCOmbineHelpers: add an explicit modulemap

Introduce an explicit modulemap as not all build systems will write out
a modulemap for you.  Add the explicit modulemap to allow building with
alternative build systems.
This commit is contained in:
Saleem Abdulrasool
2023-10-11 13:42:47 -07:00
committed by Sergej Jaskiewicz
parent 8576f0d579
commit 1c6f02c7ed
@@ -0,0 +1,3 @@
module COpenCombineHelpers {
header "COpenCombineHelpers.h"
}