# Main NF CMakeLists.txt cmake_minimum_required(VERSION 3.20) project(nf) add_subdirectory(NothinFancy) add_subdirectory(TestGame)