7 lines
106 B
CMake
7 lines
106 B
CMake
|
# include everything needed to build against rp2040
|
||
|
|
||
|
include(rp2_common.cmake)
|
||
|
|
||
|
add_subdirectory(rp2040)
|
||
|
|