Skip to content

Commit 7bbf1f9

Browse files
committed
fix(tab5): set extra components before project include
1 parent 77adfc7 commit 7bbf1f9

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)