llvm-for-llvmta/tools/clang/test/Modules/Inputs/outofdate-rebuild/module.modulemap
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

20 lines
210 B
Plaintext

module Cocoa {
header "Cocoa.h"
}
module AppKit {
header "AppKit.h"
}
module CoreText {
header "CoreText.h"
}
module Foundation {
header "Foundation.h"
}
module CoreVideo {
header "CoreVideo.h"
}