18 lines
305 B
Plaintext
18 lines
305 B
Plaintext
import("//build/userland/TEMPLATE.gni")
|
|
|
|
xOS_executable("launch_server") {
|
|
signexec = true
|
|
install_path = "System/"
|
|
sources = [
|
|
"main.cpp",
|
|
"pngloader.cpp",
|
|
]
|
|
configs = [ "//build/userland:userland_flags" ]
|
|
deplibs = [
|
|
"libcxx",
|
|
"libfoundation",
|
|
"libg",
|
|
"libui",
|
|
]
|
|
}
|