Skip to content

Commit

Permalink
[Fix] project build name
Browse files Browse the repository at this point in the history
  • Loading branch information
parwam committed Dec 2, 2024
1 parent 587ed29 commit 00cda55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 00cda55

Please sign in to comment.