pico-playground/sleep/CMakeLists.txt

5 wiersze
105 B
CMake

2021-01-20 17:16:37 +00:00
if (NOT PICO_NO_HARDWARE)
add_subdirectory(hello_dormant)
add_subdirectory(hello_sleep)
endif ()