Files

18 lines
270 B
Plaintext
Raw Permalink Normal View History

2025-02-12 09:54:05 -05:00
import("//build/userland/TEMPLATE.gni")
xOS_application("about") {
display_name = "About"
sources = [
"AppDelegate.cpp",
]
configs = [
"//build/userland:userland_flags",
]
deplibs = [
"libcxx",
"libfoundation",
"libg",
"libui"
]
}