aboutsummaryrefslogtreecommitdiff
path: root/scripts/test_ports/cmake/CONTROL
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-08-01 01:48:52 +0200
committerGitHub <noreply@github.com>2020-07-31 16:48:52 -0700
commit5c66f720c0bc28071955e0c224075cae556bf286 (patch)
tree718ec6d56b48c18d4bd9008505fcb469c39f163b /scripts/test_ports/cmake/CONTROL
parent56fffbe49dfb4dd8fae0940f272c5fd2b86be991 (diff)
downloadvcpkg-5c66f720c0bc28071955e0c224075cae556bf286.tar.gz
vcpkg-5c66f720c0bc28071955e0c224075cae556bf286.zip
[cmake] Add cmake port to test qt (#10770)
* [cmake] add port for qt testing * only add cmcldeps on windows * [cmake] cleanup and fix portfile for osx build * [cmake] more cleanup * move cmake to scripts/test_ports * add the overlay scripts/test_ports to ci
Diffstat (limited to 'scripts/test_ports/cmake/CONTROL')
-rw-r--r--scripts/test_ports/cmake/CONTROL5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/test_ports/cmake/CONTROL b/scripts/test_ports/cmake/CONTROL
new file mode 100644
index 000000000..ba5848dbc
--- /dev/null
+++ b/scripts/test_ports/cmake/CONTROL
@@ -0,0 +1,5 @@
+Source: cmake
+Version: 3.17.2
+Build-Depends: qt5-base, qt5-winextras (windows), bzip2, expat, jsoncpp, liblzma, zlib, zstd, libarchive, curl, libuv, nghttp2
+Homepage: https://cmake.org/
+Description: CMake is an open-source, cross-platform family of tools designed to build, test and package software.