gitout

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

BUILD.gn (181B)


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