Edit

vcpkg_add_to_path

Add a directory or directories to the PATH environment variable.

Usage

vcpkg_add_to_path([PREPEND] [<path>...])

Parameters

PREPEND

Prepend items to the PATH environment variable instead of appending.

<path>...

Paths to append to the PATH environment variable.

Examples

Source

scripts/cmake/vcpkg_add_to_path.cmake