diff --git a/CMakeLists.txt b/CMakeLists.txt index e8ca087..8135954 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) set(CMAKE_C_FLAGS "-std=c99 -g -Wall") set(CMAKE_INSTALL_PREFIX ".") - +set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin) include_directories(include) project(utictactoe) add_executable(${PROJECT_NAME} src/utictactoe.c src/model.c)