use gmpxx instead of mpfr++
This commit is contained in:
parent
cfd0579a4a
commit
e31c1e72fb
3 changed files with 13 additions and 11 deletions
|
|
@ -9,12 +9,11 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
|
|||
INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
|
||||
LINK_DIRECTORIES(${Boost_LIBRARY_DIRS})
|
||||
|
||||
INCLUDE_DIRECTORIES("~/apps/mpfrc++/")
|
||||
LINK_DIRECTORIES("~/apps/mpfrc++/")
|
||||
INCLUDE_DIRECTORIES("/usr/include/")
|
||||
LINK_DIRECTORIES("/usr/lib/")
|
||||
|
||||
ADD_DEFINITIONS( -Wall -W -Wextra )
|
||||
|
||||
ADD_EXECUTABLE(test test.cpp)
|
||||
TARGET_LINK_LIBRARIES(test ${Boost_LIBRARIES} gmp mpfr mpreal)
|
||||
TARGET_LINK_LIBRARIES(test ${Boost_LIBRARIES} gmpxx)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue