-
Notifications
You must be signed in to change notification settings - Fork 454
Open
Description
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
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
to:
https://github.com/TheLartians/ModernCppStarter/blob/master/CMakeLists.txt
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.
Metadata
Metadata
Assignees
Labels
No labels