First commit with view
This commit is contained in:
parent
64c85567d9
commit
8656f37eab
3 changed files with 26 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.5)
|
||||
set(CMAKE_C_FLAGS "-std=c99 -g -Wall")
|
||||
set(CMAKE_C_FLAGS "-std=c99 -lncurses -g -Wall")
|
||||
set(CMAKE_INSTALL_PREFIX ".")
|
||||
include_directories(../include)
|
||||
project(utictactoe)
|
||||
add_executable(${PROJECT_NAME} utictactoe.c model.c)
|
||||
add_executable(${PROJECT_NAME} utictactoe.c model.c view.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue