6 lines
87 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.0)
project(PureDOOM)
add_subdirectory(examples/SDL)