Squash commits for public release
This commit is contained in:
11
userland/tests/testlibcxx/BUILD.gn
Normal file
11
userland/tests/testlibcxx/BUILD.gn
Normal file
@@ -0,0 +1,11 @@
|
||||
import("//build/userland/TEMPLATE.gni")
|
||||
|
||||
xOS_executable("testlibcxx") {
|
||||
install_path = "bin/"
|
||||
sources = [ "main.cpp" ]
|
||||
configs = [ "//build/userland:userland_flags" ]
|
||||
deplibs = [
|
||||
"libcxx",
|
||||
"libfoundation",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user