CMakeLists.txt 424 B

12345678910
  1. set( WEBPACK_DIR webapp/webpack/dist )
  2. idf_component_register( SRC_DIRS . webapp UML-State-Machine-in-C/src
  3. INCLUDE_DIRS . webapp UML-State-Machine-in-C/src
  4. REQUIRES squeezelite-ota json mdns bt
  5. PRIV_REQUIRES tools services platform_config esp_common json newlib freertos spi_flash nvs_flash mdns pthread wpa_supplicant platform_console esp_http_server console driver_bt
  6. )
  7. include(webapp/webapp.cmake)