Skip to content

Commit 734d2c1

Browse files
authored
Merge pull request #111 from baba-dev/codex/fix-missing-core-component-in-idf-build
fix: ensure tab5 extra components path is registered
2 parents 77adfc7 + 7bbf1f9 commit 734d2c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platforms/tab5/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# CMakeLists in this exact order for cmake to work correctly
55
cmake_minimum_required(VERSION 3.5)
66

7-
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
8-
97
set(EXTRA_COMPONENT_DIRS
108
"../../dependencies"
119
"../../components"
1210
)
1311

12+
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
13+
1414
project(m5stack_tab5)

0 commit comments

Comments
 (0)