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