From 98d871a0d06615d982b8fe40b4a4b6b766c2cfae Mon Sep 17 00:00:00 2001 From: Tom-on64 Date: Fri, 24 Apr 2026 14:10:23 +0200 Subject: [PATCH] Added vco.c to cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c08b90e..f558791 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ pico_sdk_init() # Add executable. Default name is the project name, version 0.1 -add_executable(sint-gauntlet sint-gauntlet.c ) +add_executable(sint-gauntlet sint-gauntlet.c vco.c ) pico_set_program_name(sint-gauntlet "sint-gauntlet") pico_set_program_version(sint-gauntlet "0.1")