about summary refs log blame commit diff stats
path: root/example/example.gyp
blob: ffcd38d7974a977ee627f4f3612cfc2436235ce1 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                       

                     
                                                               


        
                     

                                      







                     
{
  "targets": [{
    "target_name": "uv_link_t-example",
    "type": "executable",

    "include_dirs": [
      "src"
    ],

    "variables": {
      "gypkg_deps": [
        "git://github.com/libuv/libuv.git@^1.9.0:uv.gyp:libuv",
      ],
    },

    "dependencies": [
      "<!@(gypkg deps <(gypkg_deps))",
      "../uv_link_t.gyp:uv_link_t",
    ],

    "sources": [
      "src/main.c",
      "src/middle.c",
    ],
  }],
}