We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2107bc9 commit f7f9687Copy full SHA for f7f9687
CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.5)
5
set(CMAKE_CXX_STANDARD 14)
6
7
# Creating project
8
-project(Chess)
+project(Tic-tak-toe)
9
10
# Hidding console on windows
11
if (WIN32)
0 commit comments