Eclipse additional libraries
Posted: Thu May 07, 2020 11:59 pm
Hi,
I am building my library to include several functions I will be using in different projects. I am also planning to place nearby other libraries I will be using, for example loboris library for the Wrover kit LCD https://github.com/loboris/ESP32_TFT_library.
If I put all of the libraries in a certain folder, how can I configure eclipse and the linker to find them when I #include them?
I've googled a lot, but I think that all the guides I am finding are for older versions of eclipse maybe? For example there is no C/C++ builder when I right click on the project > Properties or Paths and Symbols in project Properties > C/C++ General.
I am using Eclipse 4.15.0
My question is: How can I add path for custom libraries to be included the same way as the esp-idf libraries can easily be included?
I am building my library to include several functions I will be using in different projects. I am also planning to place nearby other libraries I will be using, for example loboris library for the Wrover kit LCD https://github.com/loboris/ESP32_TFT_library.
If I put all of the libraries in a certain folder, how can I configure eclipse and the linker to find them when I #include them?
I've googled a lot, but I think that all the guides I am finding are for older versions of eclipse maybe? For example there is no C/C++ builder when I right click on the project > Properties or Paths and Symbols in project Properties > C/C++ General.
I am using Eclipse 4.15.0
My question is: How can I add path for custom libraries to be included the same way as the esp-idf libraries can easily be included?