From 1af81be6abe6616bb842db03dd7502d2095c0385 Mon Sep 17 00:00:00 2001 From: gator96100 Date: Tue, 28 Apr 2020 13:57:22 +0200 Subject: [PATCH] Added cmake --- msys2/ps/bin/ps-setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msys2/ps/bin/ps-setup b/msys2/ps/bin/ps-setup index 11d19cee0..6acba4649 100644 --- a/msys2/ps/bin/ps-setup +++ b/msys2/ps/bin/ps-setup @@ -21,6 +21,7 @@ setup_proxspace () check_install mingw-w64-x86_64-gcc check_install mingw-w64-x86_64-readline check_install mingw-w64-x86_64-libsndfile + check_install mingw-w64-x86_64-cmake check_install git check_install make check_install pkg-config @@ -33,6 +34,7 @@ setup_proxspace () check_install mingw-w64-i686-readline check_install mingw-w64-i686-gcc check_install mingw-w64-i686-libsndfile + check_install mingw-w64-i686-cmake check_install git check_install make check_install pkg-config