diff options
Diffstat (limited to 'tools/cmake/common.cmake')
| -rw-r--r-- | tools/cmake/common.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake index aac6d300..f99c52c8 100644 --- a/tools/cmake/common.cmake +++ b/tools/cmake/common.cmake @@ -18,6 +18,7 @@ set(COMPONENTS "") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/bt") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/catch2") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/cbor") +list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/console") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/esp-idf-lua") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/fatfs") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/komihash") |
