Files
Custom-Operating-System/userland/system/homescreen/BUILD.gn

19 lines
339 B
Plaintext
Raw Normal View History

2025-02-12 09:54:05 -05:00
import("//build/userland/TEMPLATE.gni")
xOS_executable("homescreen") {
install_path = "System/"
sources = [
"AppDelegate.cpp",
"AppListView.cpp",
"HomeScreenView.cpp",
"IconView.cpp",
]
configs = [ "//build/userland:userland_flags" ]
deplibs = [
"libcxx",
"libfoundation",
"libg",
"libui",
]
}