mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-06 21:11:43 +00:00
6 lines
204 B
CMake
6 lines
204 B
CMake
cmake_minimum_required( VERSION 2.4 )
|
|
|
|
if( NOT CMAKE_CROSSCOMPILING )
|
|
add_executable( fixrtext fixrtext.c )
|
|
set( CROSS_EXPORTS ${CROSS_EXPORTS} fixrtext PARENT_SCOPE )
|
|
endif( NOT CMAKE_CROSSCOMPILING )
|