Skip to content

Commit f7f9687

Browse files
committed
Fixed CMakeLists in app name
1 parent 2107bc9 commit f7f9687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.5)
55
set(CMAKE_CXX_STANDARD 14)
66

77
# Creating project
8-
project(Chess)
8+
project(Tic-tak-toe)
99

1010
# Hidding console on windows
1111
if (WIN32)

0 commit comments

Comments
 (0)