From d64369f9e6eeebbb05449e435a0cffcab2a73000 Mon Sep 17 00:00:00 2001 From: thejinchao Date: Thu, 4 Sep 2025 15:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E7=A8=8B=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6dfd000..75172af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) -project(SideGameplayUpdater) +project(dnf-utils) add_subdirectory(bsdiff) add_subdirectory(bzip2)