Created
October 3, 2017 10:02
-
-
Save janpipek/038eae90d4b936e254040740a5d3ef55 to your computer and use it in GitHub Desktop.
VS C++ settings
This file contains hidden or 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": "null", | |
"includePath": [ | |
"/usr/include/c++/7/", "/usr/include/c++/7/tr1", "/usr/include/linux", | |
"/usr/include/c++/7/x86_64-redhat-linux", | |
"~/opt/geant4.10.04.b01/include/Geant4", "${workspaceRoot}/include", | |
"${workspaceRoot}/lib", "/usr/include/qt5","/usr/include/qt5/QtWidgets","/usr/include/qt5/QtGui", | |
"/usr/include/qt5/QtCore", "/usr/lib64/qt5/./mkspecs/linux-g++", "/usr/include/qt5/QtPrintSupport", "/usr/include/qt5/QtOpenGL" | |
], | |
"defines": [ ], | |
"browse": { | |
"path": [ | |
"${workspaceRoot}" | |
], | |
"limitSymbolsToIncludedHeaders": true, | |
"databaseFilename": "" | |
}, | |
"intelliSenseMode": "clang-x64" | |
} | |
], | |
"version": 3 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment