summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/binding_pub.gyp
blob: 6fe3d9bc54a83cbb1f4889ee07b3538ea2a9c429 (plain) (blame)
1
2
3
4
5
6
7
{
    'targets': [{
        'target_name': "unit-http",
        'sources': ["unit.cpp", "addon.cpp"],
        'libraries': ["-lunit"]
    }]
}