2
0

CMakeLists.txt 336 B

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