diff options
| author | Avi B <474746+abrender@users.noreply.github.com> | 2022-10-10 15:02:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-10 15:02:04 -0400 |
| commit | 067923a3ebaa08da7b3fa164d9a96ef200fd3678 (patch) | |
| tree | 04968d92f01f0e08a349e3aeff3c68f869273f63 | |
| parent | e2b9b6db36c25c3a15c788286d6732024091157c (diff) | |
Update CMakeLists.txt
This pull request updates the src files to their new locations. The files were moved in https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/commit/7628be00c2a99f7189d2498f36e0e7857a371440
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c216185..bac04f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5)
-idf_component_register(SRCS "esp32_i2s_parallel_dma.c" "ESP32-HUB75-MatrixPanel-I2S-DMA.cpp" "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"
INCLUDE_DIRS "."
REQUIRES arduino Adafruit-GFX-Library)
|
