src.nth.io/

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 474ac99..7bb1164 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,10 +3,10 @@ cmake_minimum_required(VERSION 3.5)
if(DEFINED ENV{HOMEKIT_PATH})
set(HOMEKIT_PATH $ENV{HOMEKIT_PATH})
else()
- set(HOMEKIT_PATH ${CMAKE_CURRENT_LIST_DIR}/../..)
+ set(HOMEKIT_PATH $ENV{IDF_PATH}/../esp-homekit-sdk)
endif(DEFINED ENV{HOMEKIT_PATH})
-set(EXTRA_COMPONENT_DIRS ${HOMEKIT_PATH}/components ${HOMEKIT_PATH}/components/homekit ${CMAKE_CURRENT_LIST_DIR}/../common)
+set(EXTRA_COMPONENT_DIRS ${HOMEKIT_PATH}/components ${HOMEKIT_PATH}/components/homekit ${HOMEKIT_PATH}/examples/common)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
-project(esp-homekit-door)
+project(esp-homekit-intercom)