Skip to content

Cannot find Header files #195

@ENate

Description

@ENate

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.jsondatabase, as the config database contain only the fmt-lib included. Any help will be greatly appreciated.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions