6 lines
87 B
CMake
6 lines
87 B
CMake
cmake_minimum_required(VERSION 3.0)
|
|
|
|
project(PureDOOM)
|
|
|
|
add_subdirectory(examples/SDL)
|