pico-playground/sleep/CMakeLists.txt

5 wiersze
105 B
CMake

if (NOT PICO_NO_HARDWARE)
add_subdirectory(hello_dormant)
add_subdirectory(hello_sleep)
endif ()