mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-03-04 21:26:06 +00:00
9 lines
170 B
Text
9 lines
170 B
Text
|
//#################################################
|
||
|
cc_library_headers {
|
||
|
name: "xbyak_headers",
|
||
|
vendor: true,
|
||
|
export_include_dirs: [
|
||
|
"xbyak"
|
||
|
],
|
||
|
}
|