Squashed 'third_party/pico-sdk/' content from commit 2062372d2
Change-Id: Ic20f199d3ed0ea8d3a6a1bbf513f875ec7500cc6
git-subtree-dir: third_party/pico-sdk
git-subtree-split: 2062372d203b372849d573f252cf7c6dc2800c0a
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/src/host.cmake b/src/host.cmake
new file mode 100644
index 0000000..5a3f358
--- /dev/null
+++ b/src/host.cmake
@@ -0,0 +1,10 @@
+# For targeting the host for testing purposes
+
+function(pico_add_extra_outputs TARGET)
+endfunction()
+
+set(PICO_NO_HARDWARE "1" CACHE INTERNAL "")
+set(PICO_ON_DEVICE "0" CACHE INTERNAL "")
+
+add_subdirectory(common)
+add_subdirectory(host)
\ No newline at end of file