CMakeLists.txt 387 B

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