CMake support as an independent static library #99
Replies: 2 comments
-
CMake is one of the long-time considerations, but I'm just lacking to actually implement it, and will greatly appreciate inputs from community on this one. Btw, I cannot access to you link (is it private repo?) So considering the file structure:
If you decide to prepare CMake structure, I will merge it together to the project. Keep in mind that files in |
Beta Was this translation helpful? Give feedback.
-
Now it is public repo. basically, I treat the system folder as a reference only, copy required files out of the lwesp source tree to build |
Beta Was this translation helpful? Give feedback.
-
Hello,
Have you considered adding CMake support so that CMake-based projects can very easily integrate lwesp as a submodule (no need to change any thing).
I'm working on a small demo on raspberry-pi-pico using CMake (see https://github.com/xiongyu0523/rp2040-esp32-azure-iot). I simply add two CMakeLists.txt to lwesp and now it works but still needs some deeper considerations, something in mind:
Beta Was this translation helpful? Give feedback.
All reactions