CMakeLists.txt 507 B

12345678
  1. idf_component_register(SRC_DIRS .
  2. PRIV_REQUIRES esp_common wifi-manager pthread squeezelite-ota platform_console telnet display targets
  3. )
  4. # LDFRAGMENTS "linker.lf"
  5. #PRIV_REQUIRES _override esp_common wifi-manager pthread squeezelite-ota platform_console telnet display targets
  6. #get_target_property(ill ${COMPONENT_LIB} INTERFACE_LINK_LIBRARIES)
  7. #message("${COMPONENT_LIB} INTERFACE_LINK_LIBRARIES = ${ill}")