gzdoom-gles/wadsrc_extra/CMakeLists.txt
Christoph Oelckers ba618d308c - bumped CMake version to 3.1.0 in all projects to reduce warning spam in recent versions.
3.1.0 is the highest minimum set in the existing subprojects so this will not exclude anything that hadn't been already.
2021-03-08 13:58:29 +01:00

3 lines
102 B
CMake

cmake_minimum_required( VERSION 3.1.0 )
add_pk3(game_support.pk3 ${CMAKE_CURRENT_SOURCE_DIR}/static)