mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-04-17 14:40:02 +02:00
Add C++ implementation
This commit is contained in:
6
cpp/CMakeLists.txt
Normal file
6
cpp/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.4)
|
||||
project(theatrical_players_refactoring_kata)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
|
||||
add_subdirectory(tests)
|
||||
Reference in New Issue
Block a user