enable mpfr - PR revision

Signed-off-by: Ray-V <ray-v@inbox.lv>
Ray-V 4 years ago
parent 3396872b37
commit 258dc1be57

@ -37,11 +37,11 @@ GENERATE_BISON_FLEX_SOURCES(${CMAKE_SOURCE_DIR}/src/parser.yy "" ${CMAKE_SOURCE_
if( HAVE_MPFR )
set( MPFR_SOURCES "" )
set( MPFR_LIBRARIES "mpfr" )
else( ! HAVE_MPFR )
set( MPFR_LIBRARIES mpfr gmp )
else( )
set( MPFR_SOURCES hmath.cpp number.c )
set( MPFR_LIBRARIES "" )
endif( HAVE_MPFR )
endif( )
tde_add_executable( abakus AUTOMOC
SOURCES abakus.cpp abakuslistview.cpp

Loading…
Cancel
Save