commit | e0b8ea06e39e3b98536c436bcf1b3b9ba488a7cc | [log] [tgz] |
---|---|---|
author | Vova Bilonenko <bilonenko.v@gmail.com> | Sat Aug 18 07:29:59 2018 +0200 |
committer | Vova Bilonenko <bilonenko.v@gmail.com> | Sat Aug 18 07:29:59 2018 +0200 |
tree | 4653e9c8b5a865e2ce6ed4bcbb324d3c1c4edb2d | |
parent | 7aaf999fc103c26008c807d63f6d5e86a7f0d488 [diff] |
modern cmake
c_cpp_properties.json
{ "configurations": [ { "name": "CPP Mac", "includePath": [ "${workspaceFolder}/**", "/usr/include/**" ], "defines": [], "macFrameworkPath": [ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks" ], "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "clang-x64", "compileCommands": "${workspaceFolder}/build/compile_commands.json" } ], "version": 4 }