Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 668 Bytes

vcpkg_add_to_path.md

File metadata and controls

26 lines (18 loc) · 668 Bytes

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.

Examples:

Source

scripts/cmake/vcpkg_add_to_path.cmake