Merge pull request #353 from chegewara/support_esp_idf

Update CMakeLists.txt
This commit is contained in:
mrfaptastic 2022-12-20 21:57:39 +00:00 committed by GitHub
commit 5d38b5215a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" 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 src/platforms/${target}/gdma_lcd_parallel16.cpp
INCLUDE_DIRS "./src" 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 # In case you are running into issues with "missing" header files from 3rd party libraries