gzdoom/tools/CMakeLists.txt
Christoph Oelckers 351e0d7ed9 - removed obsolete CMake version requirements.
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.
2023-09-03 09:04:17 +02:00

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 )