5 lines
93 B
CMake
5 lines
93 B
CMake
if (NOT PICO_NO_HARDWARE)
|
|
add_subdirectory(blinky)
|
|
add_subdirectory(button)
|
|
endif ()
|