• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_headers {
2    name: "libminikin_headers",
3    host_supported: true,
4    export_include_dirs: ["include"],
5    target: {
6        windows: {
7            enabled: true,
8        },
9    },
10}
11
12subdirs = [
13    "app",
14    "libs/minikin",
15    "tests",
16]
17