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

20 lines
210 B
Plaintext
Raw Normal View History

2022-04-25 13:02:35 +02:00
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"
}