From 77a320b8e4d5070568766b1d03deec9e73780c2f Mon Sep 17 00:00:00 2001
From: ajk1e20 <ajk1e20@soton.ac.uk>
Date: Thu, 12 May 2022 20:10:11 +0000
Subject: [PATCH] Upload New File

---
 blink/CMakeLists.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 blink/CMakeLists.txt

diff --git a/blink/CMakeLists.txt b/blink/CMakeLists.txt
new file mode 100644
index 0000000..63ffbd3
--- /dev/null
+++ b/blink/CMakeLists.txt
@@ -0,0 +1,12 @@
+add_executable(blink
+        blink.c
+        )
+
+# pull in common dependencies
+target_link_libraries(blink pico_stdlib)
+
+# create map/bin/hex file etc.
+pico_add_extra_outputs(blink)
+
+# add url via pico_set_program_url
+example_auto_set_url(blink)
-- 
GitLab