mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
ba618d308c
3.1.0 is the highest minimum set in the existing subprojects so this will not exclude anything that hadn't been already.
7 lines
171 B
CMake
7 lines
171 B
CMake
cmake_minimum_required( VERSION 3.1.0 )
|
|
|
|
add_subdirectory( re2c )
|
|
add_subdirectory( lemon )
|
|
add_subdirectory( zipdir )
|
|
|
|
set( CROSS_EXPORTS ${CROSS_EXPORTS} PARENT_SCOPE )
|