From bf429bb8f7d63780aa80ae68b4d4ffb5349a130f Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 16 Jul 2022 10:43:22 -0400 Subject: [PATCH] added the library to be linked to the build process --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c1b931..78410f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ add_executable( target_link_libraries( autobar pico_stdlib - # ${CMAKE_SOURCE_DIR}/rusty/target/thumbv6m-none-eabi/release/librusty.a + ${CMAKE_SOURCE_DIR}/libautobar/target/thumbv6m-none-eabi/release/libautobar.a ) # create map/bin/hex file etc.