mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-05 12:30:32 +00:00
12 lines
326 B
CMake
12 lines
326 B
CMake
cmake_minimum_required( VERSION 2.8.7 )
|
|
|
|
add_subdirectory( lemon )
|
|
add_subdirectory( re2c )
|
|
if( WIN32 AND NOT CMAKE_SIZEOF_VOID_P MATCHES "8" )
|
|
add_subdirectory( fixrtext )
|
|
endif()
|
|
add_subdirectory( updaterevision )
|
|
add_subdirectory( zipdir )
|
|
add_subdirectory( drawergen )
|
|
|
|
set( CROSS_EXPORTS ${CROSS_EXPORTS} PARENT_SCOPE )
|