0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-02-28 23:01:44 +00:00
qzdoom/tools/fixrtext/CMakeLists.txt

6 lines
180 B
CMake

cmake_minimum_required( VERSION 2.8.7 )
if( NOT CMAKE_CROSSCOMPILING )
add_executable( fixrtext fixrtext.c )
set( CROSS_EXPORTS ${CROSS_EXPORTS} fixrtext PARENT_SCOPE )
endif()