Hello,
With reference to Case ID:278209, I wanted to include a driver file, for which I was suggested to add the label/variable "zephyr_library_include_directories(.)" in my CMakeLists.txt.
So with the label/variable "zephyr_library_include_directories(.)" I can include most of the zephyr driver files which is fine.
My query is, in SDK there are plenty of files other than zephyr driver files, so what are the various available labels like "zephyr_library_include_directories(.)" that I can add to my CMakeLists.txt to include other nCS files...?
For example:
1. To include files from the path nCS\v1.7.0\modules\hal\nordic\nrfx\drivers\include, what is the label/variable to be added in CMakeLists.txt..?
2. To include files from nCS\v1.7.0\nrf\subsys\bluetooth\mesh, what is the label/variable to be added in CMakeLists.txt..?
3. To include files from nCS\v1.7.0\zephyr\include\bluetooth, what is the label/variable to be added in CMakeLists.txt..?