Files
kotlin-fork/kotlin-native/platformLibs/src/platform/osx/AppKit.def
T
Sergey Bogolepov 357983389c [K/N] KT-54164
Extract CFBase.h and CFAvailability.h to CoreFoundationBase on macOS
for the sake of unification with *OS. Also, it fixes commonizer.
2022-09-26 14:35:30 +00:00

8 lines
384 B
Modula-2

depends = ApplicationServices CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
language = Objective-C
package = platform.AppKit
modules = AppKit
compilerOpts = -framework AppKit
linkerOpts = -framework AppKit