mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-24 05:24:10 +00:00
Everywhere: Move the Ladybird folder to UI
This commit is contained in:
committed by
Andreas Kling
parent
93712b24bf
commit
db47cc41f8
19
UI/AppKit/module.modulemap
Normal file
19
UI/AppKit/module.modulemap
Normal file
@@ -0,0 +1,19 @@
|
||||
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 *
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user