diff --git a/BLE_Advertising/CMakeLists.txt b/BLE_Advertising/CMakeLists.txt index 1368f038..cee62923 100644 --- a/BLE_Advertising/CMakeLists.txt +++ b/BLE_Advertising/CMakeLists.txt @@ -15,8 +15,6 @@ add_subdirectory(mbed-os-ble-utils) add_executable(${APP_TARGET}) -mbed_configure_app_target(${APP_TARGET}) - project(${APP_TARGET}) target_include_directories(${APP_TARGET} diff --git a/BLE_GAP/CMakeLists.txt b/BLE_GAP/CMakeLists.txt index ac92501e..36388c8c 100644 --- a/BLE_GAP/CMakeLists.txt +++ b/BLE_GAP/CMakeLists.txt @@ -15,8 +15,6 @@ add_subdirectory(mbed-os-ble-utils) add_executable(${APP_TARGET}) -mbed_configure_app_target(${APP_TARGET}) - project(${APP_TARGET}) target_include_directories(${APP_TARGET} diff --git a/BLE_GattClient_CharacteristicUpdates/CMakeLists.txt b/BLE_GattClient_CharacteristicUpdates/CMakeLists.txt index dd9d5d4c..bce48861 100644 --- a/BLE_GattClient_CharacteristicUpdates/CMakeLists.txt +++ b/BLE_GattClient_CharacteristicUpdates/CMakeLists.txt @@ -15,8 +15,6 @@ add_subdirectory(mbed-os-ble-utils) add_executable(${APP_TARGET}) -mbed_configure_app_target(${APP_TARGET}) - project(${APP_TARGET}) target_include_directories(${APP_TARGET} diff --git a/BLE_GattClient_CharacteristicWrite/CMakeLists.txt b/BLE_GattClient_CharacteristicWrite/CMakeLists.txt index ab485d3b..78f4bd9f 100644 --- a/BLE_GattClient_CharacteristicWrite/CMakeLists.txt +++ b/BLE_GattClient_CharacteristicWrite/CMakeLists.txt @@ -15,8 +15,6 @@ add_subdirectory(mbed-os-ble-utils) add_executable(${APP_TARGET}) -mbed_configure_app_target(${APP_TARGET}) - project(${APP_TARGET}) target_include_directories(${APP_TARGET} diff --git a/BLE_GattServer_AddService/CMakeLists.txt b/BLE_GattServer_AddService/CMakeLists.txt index fd510afe..f611ea38 100644 --- a/BLE_GattServer_AddService/CMakeLists.txt +++ b/BLE_GattServer_AddService/CMakeLists.txt @@ -15,8 +15,6 @@ add_subdirectory(mbed-os-ble-utils) add_executable(${APP_TARGET}) -mbed_configure_app_target(${APP_TARGET}) - project(${APP_TARGET}) target_include_directories(${APP_TARGET} diff --git a/BLE_GattServer_CharacteristicUpdates/CMakeLists.txt b/BLE_GattServer_CharacteristicUpdates/CMakeLists.txt index 295a1e8b..2eccde25 100644 --- a/BLE_GattServer_CharacteristicUpdates/CMakeLists.txt +++ b/BLE_GattServer_CharacteristicUpdates/CMakeLists.txt @@ -15,8 +15,6 @@ add_subdirectory(mbed-os-ble-utils) add_executable(${APP_TARGET}) -mbed_configure_app_target(${APP_TARGET}) - project(${APP_TARGET}) target_include_directories(${APP_TARGET} diff --git a/BLE_GattServer_CharacteristicWrite/CMakeLists.txt b/BLE_GattServer_CharacteristicWrite/CMakeLists.txt index ecf11d37..7dc33a5b 100644 --- a/BLE_GattServer_CharacteristicWrite/CMakeLists.txt +++ b/BLE_GattServer_CharacteristicWrite/CMakeLists.txt @@ -15,8 +15,6 @@ add_subdirectory(mbed-os-ble-utils) add_executable(${APP_TARGET}) -mbed_configure_app_target(${APP_TARGET}) - project(${APP_TARGET}) target_include_directories(${APP_TARGET} diff --git a/BLE_GattServer_ExperimentalServices/CMakeLists.txt b/BLE_GattServer_ExperimentalServices/CMakeLists.txt index ecabbe6b..e3748628 100644 --- a/BLE_GattServer_ExperimentalServices/CMakeLists.txt +++ b/BLE_GattServer_ExperimentalServices/CMakeLists.txt @@ -17,8 +17,6 @@ add_subdirectory(mbed-os-experimental-ble-services/services/LinkLoss) add_executable(${APP_TARGET}) -mbed_configure_app_target(${APP_TARGET}) - project(${APP_TARGET}) target_sources(${APP_TARGET} diff --git a/BLE_PeriodicAdvertising/CMakeLists.txt b/BLE_PeriodicAdvertising/CMakeLists.txt index ca3328d5..2bb95664 100644 --- a/BLE_PeriodicAdvertising/CMakeLists.txt +++ b/BLE_PeriodicAdvertising/CMakeLists.txt @@ -15,8 +15,6 @@ add_subdirectory(mbed-os-ble-utils) add_executable(${APP_TARGET}) -mbed_configure_app_target(${APP_TARGET}) - project(${APP_TARGET}) target_include_directories(${APP_TARGET} diff --git a/BLE_SecurityAndPrivacy/CMakeLists.txt b/BLE_SecurityAndPrivacy/CMakeLists.txt index af9494d5..0ec36df7 100644 --- a/BLE_SecurityAndPrivacy/CMakeLists.txt +++ b/BLE_SecurityAndPrivacy/CMakeLists.txt @@ -15,8 +15,6 @@ add_subdirectory(mbed-os-ble-utils) add_executable(${APP_TARGET}) -mbed_configure_app_target(${APP_TARGET}) - project(${APP_TARGET}) target_include_directories(${APP_TARGET} diff --git a/BLE_SupportedFeatures/CMakeLists.txt b/BLE_SupportedFeatures/CMakeLists.txt index 2808228c..c4fac418 100644 --- a/BLE_SupportedFeatures/CMakeLists.txt +++ b/BLE_SupportedFeatures/CMakeLists.txt @@ -13,8 +13,6 @@ add_subdirectory(${MBED_PATH}) add_executable(${APP_TARGET}) -mbed_configure_app_target(${APP_TARGET}) - project(${APP_TARGET}) target_include_directories(${APP_TARGET}