mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
20 lines
407 B
Plaintext
20 lines
407 B
Plaintext
module Ladybird [system] {
|
|
requires cplusplus
|
|
requires objc_arc
|
|
|
|
explicit module WebView {
|
|
header "Interface/LadybirdWebView.h"
|
|
export *
|
|
}
|
|
|
|
explicit module WebViewWindow {
|
|
header "Interface/LadybirdWebViewWindow.h"
|
|
export *
|
|
}
|
|
|
|
explicit module WebViewApplication {
|
|
header "../../Libraries/LibWebView/Application.h"
|
|
export *
|
|
}
|
|
}
|