host.cmake 236 B

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