Files
pico-examples/uart/CMakeLists.txt
graham sanderson 46078742c7 Initial Release
2021-01-20 16:45:01 -06:00

5 lines
104 B
CMake

if (NOT PICO_NO_HARDWARE)
add_subdirectory(hello_uart)
add_subdirectory(uart_advanced)
endif ()