diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-08 10:41:03 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-08 10:41:03 -0800 |
| commit | 2ece3186ff5cc8b687a22d1a242537a0a6da7420 (patch) | |
| tree | 0f45f537bdef2ad55ddda0c7530c78d4e654df14 | |
| parent | e626b09952848cf652921f5530e4822ae69051ae (diff) | |
| download | vcpkg-2ece3186ff5cc8b687a22d1a242537a0a6da7420.tar.gz vcpkg-2ece3186ff5cc8b687a22d1a242537a0a6da7420.zip | |
[vcpkg-build-msbuild] Update examples.
| -rw-r--r-- | docs/maintainers/vcpkg_build_msbuild.md | 4 | ||||
| -rw-r--r-- | scripts/cmake/vcpkg_build_msbuild.cmake | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/maintainers/vcpkg_build_msbuild.md b/docs/maintainers/vcpkg_build_msbuild.md index 178964fcd..889b07bdc 100644 --- a/docs/maintainers/vcpkg_build_msbuild.md +++ b/docs/maintainers/vcpkg_build_msbuild.md @@ -52,8 +52,8 @@ Additional options passed to msbuild for Debug builds. These are in addition to ## Examples -* [libuv](https://github.com/Microsoft/vcpkg/blob/master/ports/libuv/portfile.cmake) -* [zeromq](https://github.com/Microsoft/vcpkg/blob/master/ports/zeromq/portfile.cmake) +* [chakracore](https://github.com/Microsoft/vcpkg/blob/master/ports/chakracore/portfile.cmake) +* [cppunit](https://github.com/Microsoft/vcpkg/blob/master/ports/cppunit/portfile.cmake) ## Source [scripts/cmake/vcpkg_build_msbuild.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_build_msbuild.cmake)
diff --git a/scripts/cmake/vcpkg_build_msbuild.cmake b/scripts/cmake/vcpkg_build_msbuild.cmake index 1e3c85ba2..81f442ef7 100644 --- a/scripts/cmake/vcpkg_build_msbuild.cmake +++ b/scripts/cmake/vcpkg_build_msbuild.cmake @@ -52,8 +52,8 @@ ## ## ## Examples ## -## * [libuv](https://github.com/Microsoft/vcpkg/blob/master/ports/libuv/portfile.cmake) -## * [zeromq](https://github.com/Microsoft/vcpkg/blob/master/ports/zeromq/portfile.cmake) +## * [chakracore](https://github.com/Microsoft/vcpkg/blob/master/ports/chakracore/portfile.cmake) +## * [cppunit](https://github.com/Microsoft/vcpkg/blob/master/ports/cppunit/portfile.cmake) function(vcpkg_build_msbuild) cmake_parse_arguments(_csc "" "PROJECT_PATH;RELEASE_CONFIGURATION;DEBUG_CONFIGURATION;PLATFORM;PLATFORM_TOOLSET;TARGET_PLATFORM_VERSION;TARGET" "OPTIONS;OPTIONS_RELEASE;OPTIONS_DEBUG" ${ARGN}) |
