kaliber/src/hello_world/BUILD.gn

11 lines
124 B
Plaintext

executable("hello_world") {
sources = [
"hello_world.cc",
]
deps = [
"//src/base",
"//src/engine",
]
}