mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-01-06 16:40:01 +01:00
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
//#################################################
|
|
cc_library_headers {
|
|
name: "xbyak_headers",
|
|
vendor: true,
|
|
export_include_dirs: [
|
|
"xbyak"
|
|
],
|
|
}
|