Skip to content

Commit

Permalink
feat(uart):add CMake file
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahbagyapan committed Apr 19, 2024
1 parent eede263 commit 4b5828a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions uart/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
file(GLOB FILES *.c *.h)

add_library(uart ${FILES})

target_link_libraries(uart pico_stdlib)

0 comments on commit 4b5828a

Please sign in to comment.