summaryrefslogtreecommitdiff
path: root/apps/helloworld/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/helloworld/CMakeLists.txt')
-rw-r--r--apps/helloworld/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)