Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
45984e276f85aa24d33aa0ab62ed1e6df96a0784
/
.
/
src
/
common
/
pico_stdlib
/
CMakeLists.txt
blob: 7523d084c1c0c3da9584d550d45e38d9c60eb6dc [
file
] [
log
] [
blame
]
if (NOT TARGET pico_stdlib_headers)
add_library(pico_stdlib_headers INTERFACE)
target_include_directories(pico_stdlib_headers INTERFACE include)
# dependencies handled in implementation CMakeLists.txt
endif()