cmake: use genexes for linking against apple frameworks
This commit is contained in:
parent
73066492f6
commit
50a6a39dd6
7 changed files with 96 additions and 27 deletions
4
cmake/test/swift/module.modulemap
Normal file
4
cmake/test/swift/module.modulemap
Normal file
|
@ -0,0 +1,4 @@
|
|||
module SDL2 [extern_c] {
|
||||
header "shim.h"
|
||||
export *
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue