Get intellisense and code analysis working in CMakeSettings.json.

develop
Ben Lubar 2018-07-23 16:14:22 -05:00
parent a85d59787a
commit 977ef1a351
No known key found for this signature in database
GPG Key ID: 018BAB45DB2D2B24
1 changed files with 4 additions and 8 deletions

@ -30,8 +30,7 @@
"name": "MSVC 32 Debug",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"inheritEnvironments": [ "msvc_2015_x86" ],
"intelliSenseMode": "windows-msvc-x86",
"inheritEnvironments": [ "msvc_x86_x64", "msvc_2015_x86" ],
"variables": [
{
"name": "DFHACK_BUILD_ARCH",
@ -55,8 +54,7 @@
"name": "MSVC 32 Release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_2015_x86" ],
"intelliSenseMode": "windows-msvc-x86",
"inheritEnvironments": [ "msvc_x86_x64", "msvc_2015_x86" ],
"variables": [
{
"name": "DFHACK_BUILD_ARCH",
@ -72,8 +70,7 @@
"name": "MSVC 64 Debug",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"inheritEnvironments": [ "msvc_2015_x64" ],
"intelliSenseMode": "windows-msvc-x64",
"inheritEnvironments": [ "msvc_x64_x64", "msvc_2015_x64" ],
"variables": [
{
"name": "DFHACK_BUILD_ARCH",
@ -97,8 +94,7 @@
"name": "MSVC 64 Release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_2015_x64" ],
"intelliSenseMode": "windows-msvc-x64",
"inheritEnvironments": [ "msvc_x64_x64", "msvc_2015_x64" ],
"variables": [
{
"name": "DFHACK_BUILD_ARCH",