18 lines
270 B
Plaintext
18 lines
270 B
Plaintext
|
|
import("//build/userland/TEMPLATE.gni")
|
||
|
|
|
||
|
|
xOS_application("about") {
|
||
|
|
display_name = "About"
|
||
|
|
sources = [
|
||
|
|
"AppDelegate.cpp",
|
||
|
|
]
|
||
|
|
configs = [
|
||
|
|
"//build/userland:userland_flags",
|
||
|
|
]
|
||
|
|
deplibs = [
|
||
|
|
"libcxx",
|
||
|
|
"libfoundation",
|
||
|
|
"libg",
|
||
|
|
"libui"
|
||
|
|
]
|
||
|
|
}
|