Search found 2 matches

by jesrix
Tue Apr 02, 2019 7:38 am
Forum: ESP-MDF
Topic: Cmake with esp-mdf components
Replies: 2
Views: 6556

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...
by jesrix
Tue Apr 02, 2019 6:12 am
Forum: ESP-MDF
Topic: Cmake with esp-mdf components
Replies: 2
Views: 6556

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,