about summary refs log blame commit diff stats
path: root/example/example.gyp
blob: a3dc59749dd0b75f702a4e7eb662664283fde1e4 (plain) (tree)



















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

    "include_dirs": [
      "src"
    ],

    "dependencies": [
      "../test/deps/libuv/uv.gyp:libuv",
      "../uv_link_t.gyp:uv_link_t"
    ],

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