|
|
@ -30,8 +30,8 @@ install( FILES abakusui.rc DESTINATION ${DATA_INSTALL_DIR} )
|
|
|
|
##### abakus (executable) #######################
|
|
|
|
##### abakus (executable) #######################
|
|
|
|
|
|
|
|
|
|
|
|
if( HAVE_MPFR )
|
|
|
|
if( HAVE_MPFR )
|
|
|
|
MPFR_SOURCES="hmath.cpp number.c"
|
|
|
|
set( MPFR_SOURCES "hmath.cpp number.c" )
|
|
|
|
MPFR_LIBRARIES="mpfr gmp"
|
|
|
|
set( MPFR_LIBRARIES "mpfr gmp" )
|
|
|
|
endif( HAVE_MPFR )
|
|
|
|
endif( HAVE_MPFR )
|
|
|
|
|
|
|
|
|
|
|
|
tde_add_executable( abakus AUTOMOC
|
|
|
|
tde_add_executable( abakus AUTOMOC
|
|
|
|