diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-11 19:47:56 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-11 19:47:56 -0800 |
| commit | ecd21d6cb429a91076c0fc1bb3c6d4af447343e8 (patch) | |
| tree | 31fd9fb1c803686339d0ce12c9a9d9eda0703e7c /toolsrc/src/tests.pch.cpp | |
| parent | 492b9448a7d91e801f4eed9f4eba1be0f888a73c (diff) | |
| download | vcpkg-ecd21d6cb429a91076c0fc1bb3c6d4af447343e8.tar.gz vcpkg-ecd21d6cb429a91076c0fc1bb3c6d4af447343e8.zip | |
[vcpkg-tests] Use PCH.
[vcpkg-update] Fix feature packages with update command.
Fixes #2003.
Diffstat (limited to 'toolsrc/src/tests.pch.cpp')
| -rw-r--r-- | toolsrc/src/tests.pch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/src/tests.pch.cpp b/toolsrc/src/tests.pch.cpp new file mode 100644 index 000000000..bdddab76a --- /dev/null +++ b/toolsrc/src/tests.pch.cpp @@ -0,0 +1 @@ +#include "tests.pch.h"
|
