Search found 1 match
- Thu Jan 11, 2024 5:41 pm
- Forum: ESP-IDF
- Topic: Linking component to the pure cmake library in idf project
- Replies: 0
- Views: 53367
Linking component to the pure cmake library in idf project
Hello I have a custom idf component which has to be used in static cmake library. I use the static library in idf project. idf_custom_library/CMakeLists.txt idf_component_register(...) static_component/CMakeLists.txt add_library(static_component ...) target_link_libraries(static_component idf_custom...