Search found 2 matches
- Tue Apr 02, 2019 7:38 am
- Forum: ESP-MDF
- Topic: Cmake with esp-mdf components
- Replies: 2
- Views: 6728
Re: Cmake with esp-mdf components
I might add that I tried to make CmakeLists.txt files in all the MDF components manually. .../esp-mdf/components/mcommon/CMakeLists.txt example: set(COMPONENT_ADD_INCLUDEDIRS include) set(COMPONENT_SRCS ./mdf_event_loop.c ./mdf_err_to_name.c ./mdf_info_store.c ./mdf_mem.c) register_component() And i...
- Tue Apr 02, 2019 6:12 am
- Forum: ESP-MDF
- Topic: Cmake with esp-mdf components
- Replies: 2
- Views: 6728
Cmake with esp-mdf components
Hi there,
I work at a project where we have been using the Cmake and idf.py to for building with esp-idf, now we would like to use the esp-mdf. Is this possible with CMake, I can't find any documentation on the website.
Thanks,
I work at a project where we have been using the Cmake and idf.py to for building with esp-idf, now we would like to use the esp-mdf. Is this possible with CMake, I can't find any documentation on the website.
Thanks,