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.