2016-02-06 02:19:29 +00:00
|
|
|
cmake_minimum_required( VERSION 2.8.7 )
|
2014-01-02 06:59:04 +00:00
|
|
|
|
|
|
|
if( NOT CMAKE_CROSSCOMPILING )
|
|
|
|
add_executable( fixrtext fixrtext.c )
|
|
|
|
set( CROSS_EXPORTS ${CROSS_EXPORTS} fixrtext PARENT_SCOPE )
|
2016-02-06 02:19:29 +00:00
|
|
|
endif()
|