6 lines
140 B
CMake
6 lines
140 B
CMake
if (NOT PICO_NO_HARDWARE)
|
|
add_subdirectory(adc_console)
|
|
add_subdirectory(hello_adc)
|
|
add_subdirectory(joystick_display)
|
|
endif ()
|