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