aboutsummaryrefslogtreecommitdiff
path: root/binding.gyp
blob: 7add6fcf9db5bfe25ea003f2269dc570ce1e91b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    'targets': [
        {
            'target_name': 'ioctl',
            'sources': [ 'lib/ioctl.cpp' ],
            'include_dirs': [
                '<!(node -e "require(\'nan\')")'
            ]
        }
    ]
}