This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Header Files in Zephir Project

Hi

When I generate a Zephyr Project with SES I get all c-files from CMakeLists.txt in the SES Project tree.

But I want also the h-files in the project tree.

How can I add them?

Reason: search in solution or project (with SES) only search in files from the project tree.

Now nothing is found in any h-file.

Thanks for any idea.

Parents Reply Children
  • Hi Lukas,

    I do not think there is a generic way of including all the headers (needed and not needed) into the project. I normally have NCS SDK folder into my visual studio and can search everything there. But asking a project manager editor to index every header in a folder might be a different thing. Most likely you need to add all the header folders manually the was i mentioned in my previous reply.

Related