From a302a66f47f4c7e8cbfe131650d84ca3e6cadea3 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 14 Sep 2024 00:59:11 -0600 Subject: more --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d9c005d..3334714 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,3 +11,4 @@ add_executable(hello_world hello_world.c) target_link_libraries(hello_world pico_stdlib) # create map/bin/hex/uf2 file in addition to ELF. pico_add_extra_outputs(hello_world) +pico_set_program_url(hello_world "https://git.lukeshu.com/sbc-harness") -- cgit v1.2.3-2-g168b