File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 16
16
],
17
17
'dependencies' : ["<!(node -p \" require('node-addon-api').gyp\" )" ],
18
18
'libraries' : [
19
+ # These files were placed by download-CanBridge.mjs
19
20
'<(module_root_dir)/externalCompileTimeDeps/CANBridge.lib' ,
20
21
'<(module_root_dir)/externalCompileTimeDeps/wpiHal.lib' ,
21
22
'<(module_root_dir)/externalCompileTimeDeps/wpiutil.lib' ,
22
23
],
24
+ 'copies' : [{
25
+ 'destination' : './build/Release' ,
26
+ 'files' : [
27
+ # These files were placed in the prebuilds folder by download-CanBridge.mjs
28
+ '<(module_root_dir)/prebuilds/win32-x64/CANBridge.dll' ,
29
+ '<(module_root_dir)/prebuilds/win32-x64/wpiHal.dll' ,
30
+ '<(module_root_dir)/prebuilds/win32-x64/wpiutil.dll' ,
31
+ ]
32
+ }],
23
33
'msvs_settings' : {
24
34
'VCCLCompilerTool' : {
25
35
'ExceptionHandling' : 1 ,
You can’t perform that action at this time.
0 commit comments