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. --- apps/helloworld/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 apps/helloworld/CMakeLists.txt (limited to 'apps/helloworld/CMakeLists.txt') diff --git a/apps/helloworld/CMakeLists.txt b/apps/helloworld/CMakeLists.txt new file mode 100644 index 0000000..a6bda1d --- /dev/null +++ b/apps/helloworld/CMakeLists.txt @@ -0,0 +1,2 @@ +add_executable(helloworld main.c) +mcu_add_executable(TARGET helloworld) -- cgit v1.2.3