mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-14 21:19:43 +01:00
6 lines
106 B
CMake
6 lines
106 B
CMake
# include everything needed to build against rp2040
|
|
|
|
include(rp2_common.cmake)
|
|
|
|
add_subdirectory(rp2040)
|
|
|