From 8ac5d7cc4b380105615ab4f02484c135c8a8b468 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 13 Sep 2016 08:31:50 +0200 Subject: o Adding new working(!) examples, blinky and ble_app_hrs. --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b9737e3..30156da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,4 +7,6 @@ include(mcu.cmake/mcu.cmake) project(nrf_playground C CXX ASM) add_subdirectory(apps) -add_subdirectory(examples/ble_app_buttonless_dfu) +add_subdirectory(examples/ble_peripheral/ble_app_buttonless_dfu) +add_subdirectory(examples/ble_peripheral/ble_app_hrs) +add_subdirectory(examples/peripheral/blinky) -- cgit v1.2.3