mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 01:00:46 +00:00
Added simple swiftpm package file with module map and empty C file to trick the compiler to build the empty C target.
This commit is contained in:
14
include/module.modulemap
Normal file
14
include/module.modulemap
Normal file
@@ -0,0 +1,14 @@
|
||||
module cglm {
|
||||
header "cglm/cglm.h"
|
||||
header "cglm/struct.h"
|
||||
|
||||
export *
|
||||
}
|
||||
|
||||
module cglmc {
|
||||
header "cglm/cglm.h"
|
||||
header "cglm/struct.h"
|
||||
header "cglm/call.h"
|
||||
|
||||
export *
|
||||
}
|
Reference in New Issue
Block a user