Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
refs/tags/1.0.0
/
.
/
src
/
rp2_common
/
hardware_base
/
CMakeLists.txt
blob: e045618fe2665dc1c5c55707895e4d5989351388 [
file
] [
log
] [
blame
]
add_library(hardware_base INTERFACE)
target_include_directories(hardware_base INTERFACE ${CMAKE_CURRENT_LIST_DIR}/include)
target_link_libraries(hardware_base INTERFACE pico_base_headers)