llvm-for-llvmta/tools/clang/test/Modules/Inputs/outofdate-rebuild/module.modulemap

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"
}