Hello guys,
I need your help to add third part library to my project, the library is https://arduinojson.org.
I followed the instruction here https://arduinojson.org/v6/how-to/use-a ... ith-cmake/, but I'm not able to set CMake file correctly, is there somebody could help me with a tutorial ora some documentation to set CMake ?
thank you
Third party library
-
- Posts: 74
- Joined: Wed Oct 23, 2019 1:49 am
Re: Third party library
Hi,
For how to integrate an external cmake library you can take a look at our build system guide: https://docs.espressif.com/projects/esp ... components
For ArduinoJson you could do something like this:
For how to integrate an external cmake library you can take a look at our build system guide: https://docs.espressif.com/projects/esp ... components
For ArduinoJson you could do something like this:
- idf_component_register(SRCS "hello_world_main.cpp"
- INCLUDE_DIRS "")
- # Path to the ArduinoJson source folder
- add_subdirectory("../third-party/ArduinoJson" "ArduinoJson")
- target_link_libraries(${COMPONENT_LIB} PUBLIC ArduinoJson)
Who is online
Users browsing this forum: No registered users and 78 guests