Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
dca773f36b038dc81a0bf477534e0bc85336a5e8
/
.
/
src
/
rp2040
/
hardware_structs
/
CMakeLists.txt
blob: 2e11af269267117bdaad0188a71f4e778585f6d6 [
file
] [
log
] [
blame
]
add_library(hardware_structs INTERFACE)
add_library(hardware_structs_headers INTERFACE)
target_include_directories(hardware_structs_headers INTERFACE include)
pico_mirrored_target_link_libraries(hardware_structs INTERFACE hardware_regs)