5 lines
87 B
CMake
5 lines
87 B
CMake
cmake_minimum_required(VERSION 3.13)
|
|
|
|
add_subdirectory(mtgcard)
|
|
add_subdirectory(pong)
|