cmake-kits.json 456 B

123456789101112131415
  1. [
  2. {
  3. "name": "Pico",
  4. "compilers": {
  5. "C": "${command:raspberry-pi-pico.getCompilerPath}",
  6. "CXX": "${command:raspberry-pi-pico.getCxxCompilerPath}"
  7. },
  8. "environmentVariables": {
  9. "PATH": "${command:raspberry-pi-pico.getEnvPath};${env:PATH}"
  10. },
  11. "cmakeSettings": {
  12. "Python3_EXECUTABLE": "${command:raspberry-pi-pico.getPythonPath}"
  13. }
  14. }
  15. ]