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