object-introspection/oi/BUCK

14 lines
159 B
Python

cxx_binary(
name = "oid",
srcs = [
"OID.cpp",
"OIDebugger.cpp",
],
headers = [
"OIDebugger.h",
"Syscall.h",
"TrapInfo.h",
],
)