Skip to content

Commit 51da104

Browse files
authored
ESP DL has changed folder structure
1 parent 38bd8b2 commit 51da104

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# CMakeLists in this exact order for cmake to work correctly
33
cmake_minimum_required(VERSION 3.5)
44

5+
set(DL_PATH ${CMAKE_SOURCE_DIR}/managed_components/espressif__esp-dl)
6+
set(EXTRA_COMPONENT_DIRS ${DL_PATH}/esp-dl)
7+
58
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
69
project(arduino-lib-builder)
710

0 commit comments

Comments
 (0)