mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 15:40:00 +01:00
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
//#################################################
|
|
cc_library_headers {
|
|
name: "xbyak_headers",
|
|
vendor: true,
|
|
export_include_dirs: [
|
|
"xbyak"
|
|
],
|
|
}
|