mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-05 02:32:43 +02:00
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
//#################################################
|
|
cc_library_headers {
|
|
name: "xbyak_headers",
|
|
vendor: true,
|
|
export_include_dirs: [
|
|
"xbyak"
|
|
],
|
|
}
|