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 1616 ],
1717 'dependencies' : ["<!(node -p \" require('node-addon-api').gyp\" )" ],
1818 'libraries' : [
19+ # These files were placed by download-CanBridge.mjs
1920 '<(module_root_dir)/externalCompileTimeDeps/CANBridge.lib' ,
2021 '<(module_root_dir)/externalCompileTimeDeps/wpiHal.lib' ,
2122 '<(module_root_dir)/externalCompileTimeDeps/wpiutil.lib' ,
2223 ],
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+ }],
2333 'msvs_settings' : {
2434 'VCCLCompilerTool' : {
2535 'ExceptionHandling' : 1 ,
You can’t perform that action at this time.
0 commit comments