Austin Schuh | 208337d | 2022-01-01 14:29:11 -0800 | [diff] [blame] | 1 | # For targeting the host for testing purposes |
2 | |||||
3 | function(pico_add_extra_outputs TARGET) | ||||
4 | endfunction() | ||||
5 | |||||
6 | set(PICO_NO_HARDWARE "1" CACHE INTERNAL "") | ||||
7 | set(PICO_ON_DEVICE "0" CACHE INTERNAL "") | ||||
8 | |||||
9 | add_subdirectory(common) | ||||
10 | add_subdirectory(host) |