Add console calculator using module map
This commit is contained in:
8
Interop-ModuleMap/Sources/CMath/module.modulemap
Normal file
8
Interop-ModuleMap/Sources/CMath/module.modulemap
Normal file
@@ -0,0 +1,8 @@
|
||||
module CMath {
|
||||
header "add_nums.h"
|
||||
header "sub_nums.h"
|
||||
header "mul_nums.h"
|
||||
header "div_nums.h"
|
||||
header "spc_nums.h"
|
||||
export *
|
||||
}
|
||||
Reference in New Issue
Block a user