ESP32: Adding additional include directories to project

Sysprogs forums Forums VisualGDB ESP32: Adding additional include directories to project

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32940
    tonicode
    Participant

    Hi,

    I need to add additional include directories (directories the compiler is searching for Header files) to my ESP32 cmake project.

    Usually there is a way to do this in the project settings, but I could not find an option for that.

    Is there a way to add additional include directories via project settings dialog?

    If not, what is the recommended way to do this?

    Thanks in advance,
    Toni

    #32943
    support
    Keymaster

    Hi,

    The ESP32 projects (and other Advanced CMake projects) use a different structure of settings compared to the regular MSBuild/Make projects.

    Please see this page for a detailed overview.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.