pico-sdk/src/rp2040/hardware_structs/CMakeLists.txt

3 lines
166 B
CMake
Raw Normal View History

2021-01-20 16:44:27 +00:00
add_library(hardware_structs INTERFACE)
target_include_directories(hardware_structs INTERFACE include)
target_link_libraries(hardware_structs INTERFACE hardware_regs)