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

6 lines
142 B
CMake

if (NOT PICO_NO_HARDWARE)
add_subdirectory(dht_sensor)
add_subdirectory(hello_7segment)
add_subdirectory(hello_gpio_irq)
endif ()