17 lines
298 B
Plaintext
17 lines
298 B
Plaintext
import("//build/userland/TEMPLATE.gni")
|
|
|
|
xOS_application("activity_monitor") {
|
|
display_name = "Monitor"
|
|
sources = [
|
|
"AppDelegate.cpp",
|
|
"GraphView.cpp",
|
|
]
|
|
configs = [ "//build/userland:userland_flags" ]
|
|
deplibs = [
|
|
"libcxx",
|
|
"libfoundation",
|
|
"libg",
|
|
"libui",
|
|
]
|
|
}
|