4 lines
70 B
CMake
4 lines
70 B
CMake
if (NOT PICO_NO_HARDWARE)
|
|
add_subdirectory(hello_interp)
|
|
endif ()
|
if (NOT PICO_NO_HARDWARE)
|
|
add_subdirectory(hello_interp)
|
|
endif ()
|