From 9c47144ec63842c341438e318f8f98f4f680d73b Mon Sep 17 00:00:00 2001 From: chegewara Date: Tue, 20 Dec 2022 22:54:05 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a617a71..f315e09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ endif() idf_component_register(SRCS "src/platforms/esp32/esp32_i2s_parallel_dma.cpp" "src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp" "src/ESP32-HUB75-MatrixPanel-leddrivers.cpp" src/platforms/${target}/gdma_lcd_parallel16.cpp INCLUDE_DIRS "./src" - PRIV_REQUIRES ${arduino_build} ${esp_idf_build} + REQUIRES ${arduino_build} ${esp_idf_build} ) # In case you are running into issues with "missing" header files from 3rd party libraries