File tree 11 files changed +22
-22
lines changed
BLE_GattClient_CharacteristicUpdates
BLE_GattClient_CharacteristicWrite
BLE_GattServer_AddService
BLE_GattServer_CharacteristicUpdates
BLE_GattServer_CharacteristicWrite
BLE_GattServer_ExperimentalServices
11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ set(APP_TARGET BLE_Advertising)
9
9
10
10
include (${MBED_PATH} /tools/cmake/app.cmake)
11
11
12
+ project (${APP_TARGET} )
13
+
12
14
add_subdirectory (${MBED_PATH} )
13
15
14
16
add_subdirectory (mbed-os-ble-utils)
15
17
16
18
add_executable (${APP_TARGET} )
17
19
18
- project (${APP_TARGET} )
19
-
20
20
target_include_directories (${APP_TARGET}
21
21
PRIVATE
22
22
./source
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ set(APP_TARGET BLE_GAP)
9
9
10
10
include (${MBED_PATH} /tools/cmake/app.cmake)
11
11
12
+ project (${APP_TARGET} )
13
+
12
14
add_subdirectory (${MBED_PATH} )
13
15
14
16
add_subdirectory (mbed-os-ble-utils)
15
17
16
18
add_executable (${APP_TARGET} )
17
19
18
- project (${APP_TARGET} )
19
-
20
20
target_include_directories (${APP_TARGET}
21
21
PRIVATE
22
22
./source
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ set(APP_TARGET BLE_GattClient_CharacteristicUpdates)
9
9
10
10
include (${MBED_PATH} /tools/cmake/app.cmake)
11
11
12
+ project (${APP_TARGET} )
13
+
12
14
add_subdirectory (${MBED_PATH} )
13
15
14
16
add_subdirectory (mbed-os-ble-utils)
15
17
16
18
add_executable (${APP_TARGET} )
17
19
18
- project (${APP_TARGET} )
19
-
20
20
target_include_directories (${APP_TARGET}
21
21
PRIVATE
22
22
./source
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ set(APP_TARGET BLE_GattClient_CharacteristicWrite)
9
9
10
10
include (${MBED_PATH} /tools/cmake/app.cmake)
11
11
12
+ project (${APP_TARGET} )
13
+
12
14
add_subdirectory (${MBED_PATH} )
13
15
14
16
add_subdirectory (mbed-os-ble-utils)
15
17
16
18
add_executable (${APP_TARGET} )
17
19
18
- project (${APP_TARGET} )
19
-
20
20
target_include_directories (${APP_TARGET}
21
21
PRIVATE
22
22
./source
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ set(APP_TARGET BLE_GattServer_AddService)
9
9
10
10
include (${MBED_PATH} /tools/cmake/app.cmake)
11
11
12
+ project (${APP_TARGET} )
13
+
12
14
add_subdirectory (${MBED_PATH} )
13
15
14
16
add_subdirectory (mbed-os-ble-utils)
15
17
16
18
add_executable (${APP_TARGET} )
17
19
18
- project (${APP_TARGET} )
19
-
20
20
target_include_directories (${APP_TARGET}
21
21
PRIVATE
22
22
./source
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ set(APP_TARGET BLE_GattServer_CharacteristicUpdates)
9
9
10
10
include (${MBED_PATH} /tools/cmake/app.cmake)
11
11
12
+ project (${APP_TARGET} )
13
+
12
14
add_subdirectory (${MBED_PATH} )
13
15
14
16
add_subdirectory (mbed-os-ble-utils)
15
17
16
18
add_executable (${APP_TARGET} )
17
19
18
- project (${APP_TARGET} )
19
-
20
20
target_include_directories (${APP_TARGET}
21
21
PRIVATE
22
22
./source
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ set(APP_TARGET BLE_GattServer_CharacteristicWrite)
9
9
10
10
include (${MBED_PATH} /tools/cmake/app.cmake)
11
11
12
+ project (${APP_TARGET} )
13
+
12
14
add_subdirectory (${MBED_PATH} )
13
15
14
16
add_subdirectory (mbed-os-ble-utils)
15
17
16
18
add_executable (${APP_TARGET} )
17
19
18
- project (${APP_TARGET} )
19
-
20
20
target_include_directories (${APP_TARGET}
21
21
PRIVATE
22
22
./source
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ set(APP_TARGET BLE_GattServer_ExperimentalServices)
9
9
10
10
include (${MBED_PATH} /tools/cmake/app.cmake)
11
11
12
+ project (${APP_TARGET} )
13
+
12
14
add_subdirectory (${MBED_PATH} )
13
15
14
16
add_subdirectory (mbed-os-ble-utils)
@@ -17,8 +19,6 @@ add_subdirectory(mbed-os-experimental-ble-services/services/LinkLoss)
17
19
18
20
add_executable (${APP_TARGET} )
19
21
20
- project (${APP_TARGET} )
21
-
22
22
target_sources (${APP_TARGET}
23
23
PRIVATE
24
24
source /main.cpp
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ set(APP_TARGET BLE_PeriodicAdvertising)
9
9
10
10
include (${MBED_PATH} /tools/cmake/app.cmake)
11
11
12
+ project (${APP_TARGET} )
13
+
12
14
add_subdirectory (${MBED_PATH} )
13
15
14
16
add_subdirectory (mbed-os-ble-utils)
15
17
16
18
add_executable (${APP_TARGET} )
17
19
18
- project (${APP_TARGET} )
19
-
20
20
target_include_directories (${APP_TARGET}
21
21
PRIVATE
22
22
./source
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ set(APP_TARGET BLE_SecurityAndPrivacy)
9
9
10
10
include (${MBED_PATH} /tools/cmake/app.cmake)
11
11
12
+ project (${APP_TARGET} )
13
+
12
14
add_subdirectory (${MBED_PATH} )
13
15
14
16
add_subdirectory (mbed-os-ble-utils)
15
17
16
18
add_executable (${APP_TARGET} )
17
19
18
- project (${APP_TARGET} )
19
-
20
20
target_include_directories (${APP_TARGET}
21
21
PRIVATE
22
22
./source
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ set(APP_TARGET BLE_SupportedFeatures)
9
9
10
10
include (${MBED_PATH} /tools/cmake/app.cmake)
11
11
12
+ project (${APP_TARGET} )
13
+
12
14
add_subdirectory (${MBED_PATH} )
13
15
14
16
add_executable (${APP_TARGET} )
15
17
16
- project (${APP_TARGET} )
17
-
18
18
target_include_directories (${APP_TARGET}
19
19
PRIVATE
20
20
./source
You can’t perform that action at this time.
0 commit comments