summaryrefslogblamecommitdiffhomepage
path: root/src/nodejs/unit-http/binding.gyp
blob: 171c2eb752182f2fd8d1c99247cb18aea26a688c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                             
{
    'targets': [{
        'target_name': "unit-http",
        'sources': ["unit.cpp", "addon.cpp"],
        'include_dirs': [
            "<!(echo $UNIT_SRC_PATH)"
        ],
        'libraries': [
            "<!(echo $UNIT_LIB_STATIC_PATH)"
        ]
    }]
}