-
Notifications
You must be signed in to change notification settings - Fork 0
/
binding.gyp
41 lines (41 loc) · 1.13 KB
/
binding.gyp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"variables": {
"dll_files":["VwGigE.V7.dll"]
},
"targets": [
{
"target_name": "vieworks",
"sources": [ "inits.cc", "vieworks.cc", "imgBuffer.cpp" ],
"libraries": ["FreeImage.lib","VwGigE.V7.lib"],
"include_dirs": [
"<!(node -e \"require('nan')\")",
"vendor/FreeImage/include",
"vendor/vieworks/Include"
],
"copies": [{
"destination": "build/release",
"files": [
"dll/TLI.V7.dll",
"dll/TLICL.dll",
"dll/TLICXP.dll",
"dll/TLIGigE.dll",
"dll/VwCXP.V7.dll",
"dll/VwGigE.V7.dll",
"dll/MathParser_MD_VC100_v2_4.dll",
"dll/log4cpp_MD_VC100_v2_4.dll",
"dll/Log_MD_VC100_v2_4.dll",
"dll/ImageProcess.dll",
"dll/FreeImage.dll",
"dll/GenApi_MD_VC100_v2_4.dll",
"dll/GCBase_MD_VC100_v2_4.dll",
"dll/CLProtocol_MD_VC100_v2_4.dll",
"dll/CLAllSerial_MD_VC100_v2_4.dll"
]
}],
"library_dirs": [
"vendor/FreeImage/lib",
"vendor/vieworks/LIB/x64"
]
}
]
}