blob: 5a3f3584acb79e6b30cf7cb149a8cd341c44e88f [file] [log] [blame]
Austin Schuh208337d2022-01-01 14:29:11 -08001# 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)