-
-
Save yurriy/35f570e9fa91476174f6304cea62ede2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"configurations": [ | |
{ | |
"name": "Mac", | |
"includePath": [ | |
"${workspaceRoot}", | |
"/usr/include", | |
"/usr/local/include" | |
], | |
"defines": [], | |
"browse": { | |
"path": [ | |
"/usr/include", | |
"/usr/local/include" | |
], | |
"limitSymbolsToIncludedHeaders": true, | |
"databaseFilename": "" | |
} | |
}, | |
{ | |
"name": "Linux", | |
"includePath": [ | |
"${workspaceRoot}", | |
"/usr/include/c++/5", | |
"/usr/local/include", | |
"/usr/include" | |
], | |
"defines": [], | |
"browse": { | |
"path": [ | |
"/usr/include/c++/5", | |
"/usr/local/include", | |
"/usr/include" | |
], | |
"limitSymbolsToIncludedHeaders": true, | |
"databaseFilename": "" | |
} | |
}, | |
{ | |
"name": "Win32", | |
"includePath": [ | |
"${workspaceRoot}", | |
"C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/include" | |
], | |
"defines": [ | |
"_DEBUG", | |
"UNICODE" | |
], | |
"browse": { | |
"path": [ | |
"C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/include/*" | |
], | |
"limitSymbolsToIncludedHeaders": true, | |
"databaseFilename": "" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment