cmake: use genexes for linking against apple frameworks

This commit is contained in:
Anonymous Maarten 2024-07-27 15:41:33 +02:00
parent 73066492f6
commit 50a6a39dd6
7 changed files with 96 additions and 27 deletions

View file

@ -0,0 +1,4 @@
module SDL2 [extern_c] {
header "shim.h"
export *
}