mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 13:01:21 +00:00
8 lines
180 B
Text
8 lines
180 B
Text
|
cmake_minimum_required( VERSION 2.8.7 )
|
||
|
|
||
|
add_subdirectory( re2c )
|
||
|
add_subdirectory( updaterevision )
|
||
|
add_subdirectory( zipdir )
|
||
|
|
||
|
set( CROSS_EXPORTS ${CROSS_EXPORTS} PARENT_SCOPE )
|