mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 05:47:51 +08:00
666 B
666 B
vcpkg_add_to_path
Add a directory to the PATH environment variable
Usage
vcpkg_add_to_path([PREPEND] <${PYTHON3_DIR}>)
Parameters
The directory to add
PREPEND
Prepends the directory.
The default is to append.