2008-07-25 01:37:44 +00:00
|
|
|
cmake_minimum_required( VERSION 2.4 )
|
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 )
|
|
|
|
endif( NOT CMAKE_CROSSCOMPILING )
|