mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-01-14 07:33:26 +01:00
7 lines
134 B
CMake
7 lines
134 B
CMake
cmake_minimum_required(VERSION 3.4)
|
|
project(theatrical_players_refactoring_kata)
|
|
|
|
set(CMAKE_CXX_STANDARD 11)
|
|
|
|
add_subdirectory(tests)
|