C/C++
Last updated
Was this helpful?
Last updated
Was this helpful?
C and C++ support are provided by the ecosystem. The C/C++ analyser is triggered when a “conanfile.txt", "conanfile.py", "conan.lock" is found in the project.
If a lockfile exists, the analyser will load the dependencies directly from it. If missing, it will try to generate one using the Conan with the "create lock" command. Failing that, it will revert to a full "install" in order to generate a lockfile and subsequently collect the dependency tree.
When using the , the required tools may have to be installed and configured (Conan). This is not required when using the .