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