cmake_minimum_required(VERSION 3.16) project(Int2048) add_subdirectory(src) add_subdirectory(data) add_subdirectory(tester)