Add CMath library + ensure it builds, links, and runs
This commit is contained in:
9
Sources/CMath/module.modulemap
Normal file
9
Sources/CMath/module.modulemap
Normal file
@@ -0,0 +1,9 @@
|
||||
module CMath {
|
||||
header "include/add_nums.h"
|
||||
header "include/sub_nums.h"
|
||||
header "include/mul_nums.h"
|
||||
header "include/div_nums.h"
|
||||
header "include/spc_nums.h"
|
||||
export *
|
||||
link "cmath"
|
||||
}
|
Reference in New Issue
Block a user