gout

A static git page generator
git clone https://git.bracken.jp/gout.git
Log | Files | Refs | README | LICENSE

BUILD.gn (189B)


      1 source_set("atom") {
      2   sources = [
      3     "atom.c",
      4     "atom.h",
      5   ]
      6   configs += [ "//:gout_config" ]
      7   deps = [
      8     "//src:format",
      9     "//src:utils",
     10   ]
     11   public_deps = [ "//src/git" ]
     12 }