Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CMakeLists.txt #57

Merged
merged 1 commit into from
May 21, 2022
Merged

Create CMakeLists.txt #57

merged 1 commit into from
May 21, 2022

Conversation

jojo2357
Copy link
Contributor

@jojo2357 jojo2357 commented May 4, 2022

This will allow users using CMake toolchains (like myself) to include this as a component.

For most, this may not be useful, but CMake is how I use Jetbrain's CLion to work with the ESP-IDF environment. This allows me to put the repo in my components folder, and import it automagically

This will allow users using CMake toolchains (like myself) to include this as a component.
@siara-cc
Copy link
Owner

siara-cc commented May 8, 2022

Hi, will the presence of this file cause issues for Arduino or PlatformIO IDE users?

@jojo2357
Copy link
Contributor Author

jojo2357 commented May 8, 2022

No, please refer to the AsyncTCP component or the ArduinoJSON component or even the main ArduinoESP32 component. They all have their own CMakeLists.txt and work with all the other toolchains because the file will be ignored if not required.

@siara-cc siara-cc merged commit 7e9f58e into siara-cc:master May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants