1# For targeting the host for testing purposes 2 3function(pico_add_extra_outputs TARGET) 4endfunction() 5 6set(PICO_NO_HARDWARE "1" CACHE INTERNAL "") 7set(PICO_ON_DEVICE "0" CACHE INTERNAL "") 8 9add_subdirectory(common) 10add_subdirectory(host)