annoy-node
Version:
Annoy Indexing binidings for node.js
24 lines • 806 B
JSON
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"C:/Users/Alex/.cmake-js/node-x64/v16.2.0/include/node",
"${workspaceFolder}/annoy/src"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"ANNOYLIB_MULTITHREADED_BUILD"
],
"windowsSdkVersion": "10.0.18362.0",
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29910/bin/Hostx64/x64/cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}