We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bd8b2 commit 51da104Copy full SHA for 51da104
CMakeLists.txt
@@ -2,6 +2,9 @@
2
# CMakeLists in this exact order for cmake to work correctly
3
cmake_minimum_required(VERSION 3.5)
4
5
+set(DL_PATH ${CMAKE_SOURCE_DIR}/managed_components/espressif__esp-dl)
6
+set(EXTRA_COMPONENT_DIRS ${DL_PATH}/esp-dl)
7
+
8
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
9
project(arduino-lib-builder)
10
0 commit comments