diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2022-12-20 21:57:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-20 21:57:39 +0000 |
| commit | 5d38b5215aaff52d62bca959403b2a552f4a1fa2 (patch) | |
| tree | ef7a6e1db6dda4ce31467192f24c23be58522278 | |
| parent | 642729b5f948bf8d66a5fbf4f435f6b44e932019 (diff) | |
| parent | 9c47144ec63842c341438e318f8f98f4f680d73b (diff) | |
Merge pull request #353 from chegewara/support_esp_idf
Update CMakeLists.txt
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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
|
