Add a test for i in set_tictactoe_winner()
This commit is contained in:
parent
943e63ee45
commit
c1a0446402
3 changed files with 30 additions and 30 deletions
|
@ -2,6 +2,5 @@ cmake_minimum_required(VERSION 3.5)
|
|||
set(CMAKE_C_FLAGS "-std=c99 -g -Wall")
|
||||
set(CMAKE_INSTALL_PREFIX ".")
|
||||
include_directories(../include)
|
||||
|
||||
project(utictactoe)
|
||||
add_executable(${PROJECT_NAME} utictactoe.c model.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue