mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 13:29:02 +08:00
5bf1323378
* add vcpkg-get-python-packages * version stuff * use vcpkg_execute_required_process * use function in mesa. * version stuff * fix the last call which needs to use vcpkg_execute_in_download_mode * version update * set WORKING_DIRECTORY * version stuff * use include_guard; remove HEAD_REF * version stuff * Apply suggestions from code review Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * fine tuning after CR * version stuff * add "supports": "native" * version stuff * remove message since vcpkg will tell you that it is unsupported * version stuff * make sure we only do stuff on windows hosts. * version stuff Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> Co-authored-by: Alexander Neumann <you@example.com>
7 lines
210 B
Markdown
7 lines
210 B
Markdown
# vcpkg-get-python-packages
|
|
|
|
**Experimental: will change or be removed at any time**
|
|
|
|
`vcpkg-get-python-packages` provides `x_vcpkg_get_python_packages()`, a function which simplifies getting
|
|
python packages.
|