Squash commits for public release
This commit is contained in:
16
userland/applications/activity_monitor/BUILD.gn
Normal file
16
userland/applications/activity_monitor/BUILD.gn
Normal file
@@ -0,0 +1,16 @@
|
||||
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",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user