From 00cda55374894ddf18dc5c6345254104d25109e4 Mon Sep 17 00:00:00 2001 From: kharva Date: Tue, 3 Dec 2024 01:47:54 +0530 Subject: [PATCH] [Fix] project build name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b1bcd0..28049b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5.0) -project(sfml-project VERSION 0.1.0) +project(Space-Invaders VERSION 0.1.0) # As std::auto_ptr was removed in C++17, sfml-audio fails to compile # with following CXX standards. So instead of setting a global standard