How can CMake access an external header file?
I already read many questions similar to this, but they could not fix my problem.
CMake: Automaticaly update compilation database with compdb
we are using CMake with CMAKE_EXPORT_COMPILE_COMMANDS
to generate a compilation database that is used for our IDEs and code analysis.