21 lines
305 B
Text
21 lines
305 B
Text
|
cc_library_host_static {
|
||
|
|
||
|
srcs: ["CopyFile.c"],
|
||
|
|
||
|
cflags: [
|
||
|
"-Werror",
|
||
|
"-Wall",
|
||
|
],
|
||
|
|
||
|
name: "libhost",
|
||
|
target: {
|
||
|
windows: {
|
||
|
enabled: true,
|
||
|
},
|
||
|
},
|
||
|
local_include_dirs: ["include"],
|
||
|
export_include_dirs: ["include"],
|
||
|
stl: "none",
|
||
|
|
||
|
}
|