From e67228fed6ae501c80d19822a6e33b210c3d136a Mon Sep 17 00:00:00 2001 From: pengjinwen1 Date: Thu, 24 Aug 2023 10:21:26 +0800 Subject: [PATCH 1/2] this is test push banch Signed-off-by: pengjinwen1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 708bfb2..d55df4f 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ cmake ./ make -j8 ``` +# For future +Review. \ No newline at end of file From 25f6e914659de83ae2568b158db01c51f2763220 Mon Sep 17 00:00:00 2001 From: pengjinwen1 Date: Sun, 11 Feb 2024 15:04:25 +0800 Subject: [PATCH 2/2] Test `commit` App. Test-xx. Signed-off-by: pengjinwen1 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42615ec..30a1c86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,6 @@ project( SDL ) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED True) - - #default set(default_build_type "Debug") if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)