12 lines
228 B
Plaintext
12 lines
228 B
Plaintext
|
|
import("//build/userland/TEMPLATE.gni")
|
||
|
|
|
||
|
|
xOS_executable("testlibcxx") {
|
||
|
|
install_path = "bin/"
|
||
|
|
sources = [ "main.cpp" ]
|
||
|
|
configs = [ "//build/userland:userland_flags" ]
|
||
|
|
deplibs = [
|
||
|
|
"libcxx",
|
||
|
|
"libfoundation",
|
||
|
|
]
|
||
|
|
}
|