object-introspection/oi/BUCK

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
159 B
Python
Raw Normal View History

2023-10-06 06:25:56 +01:00
cxx_binary(
name = "oid",
srcs = [
"OID.cpp",
"OIDebugger.cpp",
],
headers = [
"OIDebugger.h",
"Syscall.h",
"TrapInfo.h",
],
)