cmake_minimum_required(VERSION 3.11) project(fishbowl) add_subdirectory(engine) add_subdirectory(client) enable_testing()