Update CMakelists to compile ble_phy app

This commit is contained in:
Rahul Tank
2022-12-19 11:37:26 +05:30
committed by Shen Weilong
parent 93fc1bd05f
commit 0f6373ca97
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
set(EXTRA_COMPONENT_DIRS $ {CMAKE_CURRENT_LIST_DIR} / .. / .. / common / nimble_central_utils)
set(EXTRA_COMPONENT_DIRS ${CMAKE_CURRENT_LIST_DIR}/../../common/nimble_central_utils)
include($ENV{IDF_PATH} / tools / cmake / project.cmake)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(phy_cent)

View File

@@ -2,7 +2,7 @@
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
set(EXTRA_COMPONENT_DIRS $ {CMAKE_CURRENT_LIST_DIR} / .. / .. / common / nimble_peripheral_utils)
set(EXTRA_COMPONENT_DIRS ${CMAKE_CURRENT_LIST_DIR}/../../common/nimble_peripheral_utils)
include($ENV{IDF_PATH} / tools / cmake / project.cmake)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(phy_prph)