CMakeLists.txt 406 B

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