12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
|
|
import("//build/userland/TEMPLATE.gni")
|
||
|
|
|
||
|
|
xOS_executable("testobjc") {
|
||
|
|
install_path = "bin/"
|
||
|
|
sources = [ "main.mm" ]
|
||
|
|
configs = [ "//build/userland:userland_flags" ]
|
||
|
|
deplibs = [
|
||
|
|
"libobjc",
|
||
|
|
"libcxx",
|
||
|
|
]
|
||
|
|
}
|