1add_library(hardware_structs INTERFACE) 2add_library(hardware_structs_headers INTERFACE) 3target_include_directories(hardware_structs_headers INTERFACE include) 4pico_mirrored_target_link_libraries(hardware_structs INTERFACE hardware_regs)