summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/binding.gyp
blob: ee09bfed156a368698f6fc3190d8c1581768a2ba (plain) (blame)
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)", "<!(echo $UNIT_BUILD_PATH)"
        ],
        'libraries': [
            "<!(echo $UNIT_LIB_STATIC_PATH)"
        ]
    }]
}