CMakeLists.txt 194 B

12345
  1. idf_component_register( SRC_DIRS .
  2. INCLUDE_DIRS . inc
  3. )
  4. add_prebuilt_library(esp_processing lib/libesp_processing.a)
  5. target_link_libraries(${COMPONENT_LIB} PRIVATE esp_processing)