11 lines
178 B
Text
11 lines
178 B
Text
cc_library_headers {
|
|
name: "libminikin_headers",
|
|
host_supported: true,
|
|
export_include_dirs: ["include"],
|
|
}
|
|
|
|
subdirs = [
|
|
"app",
|
|
"libs/minikin",
|
|
"tests",
|
|
]
|