- conan
- cmake
# in root
conan install . --build=missing
cmake --list-presets
cmake --preset conan-release
cmake --build --preset conan-release
cmake --build build/Release --target clean
if you still see errors add a link for the compile_commands.json file generated in build/Release
# Execute this command in root of the project
ln -s build/Release/compile_commands.json ./