mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 19:42:46 +08:00
[docs] fix "CMake script" -> "makefile" for vcpkg_(n)build_make (#15419)
This commit is contained in:
parent
c562883384
commit
41e5b0815f
@ -38,7 +38,7 @@ Additional subdir to invoke make in. Useful if only parts of a port should be bu
|
|||||||
|
|
||||||
## Notes:
|
## Notes:
|
||||||
This command should be preceeded by a call to [`vcpkg_configure_make()`](vcpkg_configure_make.md).
|
This command should be preceeded by a call to [`vcpkg_configure_make()`](vcpkg_configure_make.md).
|
||||||
You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your CMake script supports the
|
You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your makefile supports the
|
||||||
"install" target
|
"install" target
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
@ -64,7 +64,7 @@ Adds the appropriate Release and Debug `bin\` directories to the path during the
|
|||||||
|
|
||||||
## Notes:
|
## Notes:
|
||||||
This command should be preceeded by a call to [`vcpkg_configure_nmake()`](vcpkg_configure_nmake.md).
|
This command should be preceeded by a call to [`vcpkg_configure_nmake()`](vcpkg_configure_nmake.md).
|
||||||
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your CMake script supports the
|
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your makefile supports the
|
||||||
"install" target
|
"install" target
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
2
scripts/cmake/vcpkg_build_make.cmake
Normal file → Executable file
2
scripts/cmake/vcpkg_build_make.cmake
Normal file → Executable file
@ -39,7 +39,7 @@ Additional subdir to invoke make in. Useful if only parts of a port should be bu
|
|||||||
|
|
||||||
## Notes:
|
## Notes:
|
||||||
This command should be preceeded by a call to [`vcpkg_configure_make()`](vcpkg_configure_make.md).
|
This command should be preceeded by a call to [`vcpkg_configure_make()`](vcpkg_configure_make.md).
|
||||||
You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your CMake script supports the
|
You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your makefile supports the
|
||||||
"install" target
|
"install" target
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
2
scripts/cmake/vcpkg_build_nmake.cmake
Normal file → Executable file
2
scripts/cmake/vcpkg_build_nmake.cmake
Normal file → Executable file
@ -65,7 +65,7 @@ Adds the appropriate Release and Debug `bin\` directories to the path during the
|
|||||||
|
|
||||||
## Notes:
|
## Notes:
|
||||||
This command should be preceeded by a call to [`vcpkg_configure_nmake()`](vcpkg_configure_nmake.md).
|
This command should be preceeded by a call to [`vcpkg_configure_nmake()`](vcpkg_configure_nmake.md).
|
||||||
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your CMake script supports the
|
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your makefile supports the
|
||||||
"install" target
|
"install" target
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
Loading…
Reference in New Issue
Block a user