mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-04-16 23:43:15 +00:00
7 lines
106 B
CMake
7 lines
106 B
CMake
# include everything needed to build against rp2040
|
|
|
|
include(rp2_common.cmake)
|
|
|
|
add_subdirectory(rp2040)
|
|
|