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()