13 lines
253 B
Text
13 lines
253 B
Text
cc_library_headers {
|
|
name: "libFLAC-config",
|
|
export_include_dirs: ["."],
|
|
vendor_available: true,
|
|
}
|
|
|
|
cc_library_headers {
|
|
name: "libFLAC-headers",
|
|
export_include_dirs: ["include"],
|
|
vendor_available: true,
|
|
}
|
|
|
|
subdirs = ["libFLAC"]
|