added the library to be linked to the build process

This commit is contained in:
Wyatt J. Miller 2022-07-16 10:43:22 -04:00
parent 2df98ccadc
commit bf429bb8f7

View File

@ -19,7 +19,7 @@ add_executable(
target_link_libraries( target_link_libraries(
autobar autobar
pico_stdlib 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. # create map/bin/hex file etc.