From 82ca0c1af744cb2b4b7f5680f3866f5ed7ee0270 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 11 Sep 2016 11:46:21 +0200 Subject: o Almost working version, not quite. Probably not the right way to do stuff. --- CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..31bd87b --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,10 @@ +cmake_minimum_required(VERSION 3.5) + +#set(MCU_NRF51_SDK nrf51) +set(MCU_CHIP nrf51822) +include(mcu.cmake/mcu.cmake) + +project(nrf_playground C CXX ASM) + +add_subdirectory(apps) +add_subdirectory(examples/ble_app_buttonless_dfu) -- cgit v1.2.3