12 lines
186 B
Python
12 lines
186 B
Python
|
|
cc_binary(
|
||
|
|
name = "nbg_runner",
|
||
|
|
srcs = [
|
||
|
|
"nbg_runner_main.cc",
|
||
|
|
],
|
||
|
|
deps = [
|
||
|
|
"//:nbg_parser",
|
||
|
|
"//:tim-vx_interface"
|
||
|
|
],
|
||
|
|
linkstatic = True,
|
||
|
|
)
|