You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
Thanks for your template. I wish to use it for a project and tried building it first. When using Neovim/vim and Eclipse C++, I find that the source/*cpp and main.cpp cannot find the header files. I also noticed that the doctest.h, cxxopts, and etc (with other similar downloaded libs) are not available when developing on these IDEs. I am using clangd on Ubuntu 22.04, and even after adding
in order to generate the config database, these libs do not appear in the resulting compile_config.jsondatabase, as the config database contain only the fmt-lib included. Any help will be greatly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks for your template. I wish to use it for a project and tried building it first. When using Neovim/vim and Eclipse C++, I find that the source/*cpp and main.cpp cannot find the header files. I also noticed that the doctest.h, cxxopts, and etc (with other similar downloaded libs) are not available when developing on these IDEs. I am using clangd on Ubuntu 22.04, and even after adding
to:
in order to generate the config database, these libs do not appear in the resulting
compile_config.json
database, as the config database contain only the fmt-lib included. Any help will be greatly appreciated.Thanks.
The text was updated successfully, but these errors were encountered: