mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-03-06 09:21:22 +00:00
12 lines
296 B
Text
12 lines
296 B
Text
|
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 )
|
||
|
|
||
|
set( CROSS_EXPORTS ${CROSS_EXPORTS} PARENT_SCOPE )
|