Files

16 lines
285 B
Plaintext
Raw Permalink Normal View History

2025-02-12 09:54:05 -05:00
import("//build/userland/TEMPLATE.gni")
xOS_executable("launch_server") {
signexec = true
install_path = "System/"
sources = [
"LaunchWatchdog.cpp",
"main.cpp",
]
configs = [ "//build/userland:userland_flags" ]
deplibs = [
"libcxx",
"libfoundation",
]
}