From 5e4acd3f085f62a9f9d456326139a74a6129003b Mon Sep 17 00:00:00 2001 From: InkSoul Date: Mon, 4 Mar 2024 00:11:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20cmake=E6=9C=80=E4=BD=8E?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E9=9C=80=E6=B1=82=E5=92=8C=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ CMakeLists.txt | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fe9baab..ef7dd0f 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ out/ .vs/ vulkan_asset_pack_gltf.zip *.zip + +# vscode build file +build/ \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 4167589..1272b1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 3.4 FATAL_ERROR) -cmake_policy(VERSION 2.8) +cmake_minimum_required(VERSION 3.5 FATAL_ERROR) +cmake_policy(VERSION 3.5) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") set(NAME PlumageRender)