mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
20 lines
393 B
Plaintext
20 lines
393 B
Plaintext
module Ladybird [system] {
|
|
requires cplusplus
|
|
requires objc_arc
|
|
|
|
explicit module WebView {
|
|
header "UI/LadybirdWebView.h"
|
|
export *
|
|
}
|
|
|
|
explicit module WebViewWindow {
|
|
header "UI/LadybirdWebViewWindow.h"
|
|
export *
|
|
}
|
|
|
|
explicit module WebViewApplication {
|
|
header "../../Libraries/LibWebView/Application.h"
|
|
export *
|
|
}
|
|
}
|