cmake_minimum_required(VERSION 3.4)
project(theatrical_players_refactoring_kata)

set(CMAKE_CXX_STANDARD 11)

add_subdirectory(tests)
