maddouri / vscode-cmake-tools-helper

VSCode extension that enables cpptools to automatically know the information parsed by CMake Tools (e.g. include directories and defines)
https://marketplace.visualstudio.com/items?itemName=maddouri.cmake-tools-helper
BSD 3-Clause "New" or "Revised" License
16 stars 6 forks source link

Incorporate sysroot in c_cpp_properties.json #5

Open jfroy opened 7 years ago

jfroy commented 7 years ago

When crosscompiling, the sysroot should be included in the include paths in c_cpp_properties.json. It appears as a 'sysroot' key in targets in .cmaketools.json.

maddouri commented 7 years ago

Thanks! (sorry for the delay)

I'll have a look at it as soon as possible.

Stay tuned ;)