summaryrefslogtreecommitdiff
path: root/tools/cmake/common.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cmake/common.cmake')
-rw-r--r--tools/cmake/common.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake
index 65c374ce..d5fdad8a 100644
--- a/tools/cmake/common.cmake
+++ b/tools/cmake/common.cmake
@@ -15,6 +15,7 @@ set(CMAKE_CXX_EXTENSIONS ON)
set(COMPONENTS "")
# External dependencies
+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/esp-idf-lua")