diff options
| author | hathach <[email protected]> | 2020-04-09 11:19:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-09 11:19:08 +0700 |
| commit | 16dbbb2b4fc8fb730417a4cc61e2aaef0a2ef27c (patch) | |
| tree | 30bda5688e026517e66db7fa607be5f7e2f4242e /examples/device/board_test | |
| parent | cefbd9579c7fb5a16a253d5d0f7c582142933c46 (diff) | |
make saola as cmake component, easier to add more esp32 board
Diffstat (limited to 'examples/device/board_test')
| -rw-r--r-- | examples/device/board_test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/board_test/CMakeLists.txt b/examples/device/board_test/CMakeLists.txt index 27f737d88..4f0359922 100644 --- a/examples/device/board_test/CMakeLists.txt +++ b/examples/device/board_test/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.5) set(TOP "../../..") get_filename_component(TOP "${TOP}" REALPATH) -# Add example src and bsp directories +# Add example src and bsp directories set(EXTRA_COMPONENT_DIRS "src" "${TOP}/hw/bsp/esp32s2_saola_1") include($ENV{IDF_PATH}/tools/cmake/project.cmake) |
