Home | History | Annotate | Download | only in libhost
      1 cc_library_host_static {
      2 
      3     srcs: ["CopyFile.c"],
      4 
      5     cflags: [
      6         "-Werror",
      7         "-Wall",
      8     ],
      9 
     10     name: "libhost",
     11     target: {
     12         windows: {
     13             enabled: true,
     14         },
     15     },
     16     local_include_dirs: ["include"],
     17     export_include_dirs: ["include"],
     18     stl: "none",
     19 
     20 }
     21