diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 12:14:11 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 12:14:11 -0700 |
| commit | 375d75366051073bd52cb09b4f96a73ebf442072 (patch) | |
| tree | 8dca12201711b1cb39c5a562100a54d32fa47fa5 | |
| parent | 60cb31b054ded6f9e0d6605a3de16e0cec55b19e (diff) | |
| download | vcpkg-375d75366051073bd52cb09b4f96a73ebf442072.tar.gz vcpkg-375d75366051073bd52cb09b4f96a73ebf442072.zip | |
[cppwinrt] Mark as header-only library
| -rw-r--r-- | ports/cppwinrt/portfile.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/cppwinrt/portfile.cmake b/ports/cppwinrt/portfile.cmake index 927a17afb..452911172 100644 --- a/ports/cppwinrt/portfile.cmake +++ b/ports/cppwinrt/portfile.cmake @@ -1,3 +1,4 @@ +#header-only library include(vcpkg_common_functions) find_program(GIT git) |
