Skip to content

Commit

Permalink
[docs] Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Apr 30, 2018
1 parent 7a01d4b commit 286c400
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/maintainers/vcpkg_build_cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ The underlying buildsystem will be instructed to not parallelize
The target passed to the cmake build command (`cmake --build . --target <target>`). If not specified, no target will
be passed.

### ADD_BIN_TO_PATH
Adds the appropriate Release and Debug `bin\` directories to the path during the build such that executables can run against the in-tree DLLs.

## Notes:
This command should be preceeded by a call to [`vcpkg_configure_cmake()`](vcpkg_configure_cmake.md).
You can use the alias [`vcpkg_install_cmake()`](vcpkg_configure_cmake.md) function if your CMake script supports the
Expand Down
1 change: 1 addition & 0 deletions docs/maintainers/vcpkg_find_acquire_program.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The current list of programs includes:
- NASM
- NINJA
- YASM
- ARIA2 (Downloader)

Note that msys2 has a dedicated helper function: [`vcpkg_acquire_msys`](vcpkg_acquire_msys.md).

Expand Down

0 comments on commit 286c400

Please sign in to comment.