Add vcpkg manifest with build dependencies

Also bump minimum CMake release
This commit is contained in:
Janek Bevendorff 2023-12-09 14:43:29 +01:00 committed by Jonathan White
parent d2a4ccbc16
commit d2e7d4a5ad
10 changed files with 153 additions and 44 deletions

View file

@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
cmake_minimum_required(VERSION 3.3.0)
cmake_minimum_required(VERSION 3.10.0)
project(KeePassXC)
set(APP_ID "org.keepassxc.${PROJECT_NAME}")