Skip to content

Commit

Permalink
fix(examples): Add all components to build
Browse files Browse the repository at this point in the history
The trimmed-down build excluded PSRAM and other components,
that users might want to use
  • Loading branch information
tore-espressif committed Nov 23, 2023
1 parent ffb51fe commit 85fdecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/person_detection/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
set(COMPONENTS main)

set(EXTRA_COMPONENT_DIRS static_images)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)

Expand Down

0 comments on commit 85fdecd

Please sign in to comment.