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()