Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
refs/tags/1.0.0
/
.
/
src
/
host
/
pico_printf
/
CMakeLists.txt
blob: 2151746d73c32f6b7f762e10f942ddf61dee6880 [
file
] [
log
] [
blame
]
if (NOT TARGET pico_printf)
add_library(pico_printf INTERFACE)
function(pico_set_printf_implementation)
endfunction()
endif()