mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
351e0d7ed9
Most were still at 3.1 which prompts noisy warnings from up-to-date CMake versions. Version requirements have been removed entirely from dependent subprojects, all others were upped to 3.16.
7 lines
170 B
CMake
7 lines
170 B
CMake
cmake_minimum_required( VERSION 3.16 )
|
|
|
|
add_subdirectory( re2c )
|
|
add_subdirectory( lemon )
|
|
add_subdirectory( zipdir )
|
|
|
|
set( CROSS_EXPORTS ${CROSS_EXPORTS} PARENT_SCOPE )
|