added the library to be linked to the build process
This commit is contained in:
parent
2df98ccadc
commit
bf429bb8f7
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user