From 750e455b0dfee1f43a9ca95f7a163939576ad59e Mon Sep 17 00:00:00 2001 From: Philippe G Date: Wed, 19 Jan 2022 01:16:49 -0800 Subject: [PATCH] targets --- main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 11d1029f..e0509541 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,5 +1,5 @@ idf_component_register(SRC_DIRS . - PRIV_REQUIRES esp_common wifi-manager pthread squeezelite-ota platform_console telnet display + PRIV_REQUIRES esp_common wifi-manager pthread squeezelite-ota platform_console telnet display targets EMBED_FILES ../server_certs/github.pem LDFRAGMENTS "linker.lf" )