mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-05 03:23:36 +00:00
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
//#################################################
|
|
cc_library_headers {
|
|
name: "xbyak_headers",
|
|
vendor: true,
|
|
export_include_dirs: [
|
|
"xbyak"
|
|
],
|
|
}
|