6 lines
137 B
CMake
6 lines
137 B
CMake
if (NOT PICO_NO_HARDWARE)
|
|
add_subdirectory(hello_48MHz)
|
|
add_subdirectory(hello_gpout)
|
|
add_subdirectory(hello_resus)
|
|
endif ()
|