mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Turns out this index is MUCH (magnitudes) faster for use in pal. So grab an updated version of the upstream library and place in external libs, and use this for indices in pal. (we should probably investigate whether this is faster for snapping and other index use too!)
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"inheritEnvironments": [
|
|
"msvc_x64_x64"
|
|
],
|
|
"buildRoot": "${projectDir}\\build\\${name}",
|
|
"installRoot": "${projectDir}\\install\\${name}",
|
|
"cmakeCommandArgs": "-Wno-dev -DRTREE_BUILD_TESTS=ON",
|
|
"buildCommandArgs": "-v",
|
|
"ctestCommandArgs": ""
|
|
},
|
|
{
|
|
"name": "x64-Release",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"inheritEnvironments": [
|
|
"msvc_x64_x64"
|
|
],
|
|
"buildRoot": "${projectDir}\\build\\${name}",
|
|
"installRoot": "${projectDir}\\install\\${name}",
|
|
"cmakeCommandArgs": "-Wno-dev -DRTREE_BUILD_TESTS=ON",
|
|
"buildCommandArgs": "-v",
|
|
"ctestCommandArgs": ""
|
|
},
|
|
{
|
|
"name": "x86-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"inheritEnvironments": [
|
|
"msvc_x86"
|
|
],
|
|
"buildRoot": "${projectDir}\\build\\${name}",
|
|
"installRoot": "${projectDir}\\install\\${name}",
|
|
"cmakeCommandArgs": "-Wno-dev -DRTREE_BUILD_TESTS=ON",
|
|
"buildCommandArgs": "-v",
|
|
"ctestCommandArgs": ""
|
|
},
|
|
{
|
|
"name": "x86-Release",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"inheritEnvironments": [
|
|
"msvc_x86"
|
|
],
|
|
"buildRoot": "${projectDir}\\build\\${name}",
|
|
"installRoot": "${projectDir}\\install\\${name}",
|
|
"cmakeCommandArgs": "-Wno-dev -DRTREE_BUILD_TESTS=ON",
|
|
"buildCommandArgs": "-v",
|
|
"ctestCommandArgs": ""
|
|
}
|
|
]
|
|
} |