pick templatization from mpreal branch, but do not use mpfrc++ in master
This commit is contained in:
parent
384c2c31b3
commit
26d2857733
2 changed files with 1 additions and 14 deletions
|
|
@ -9,12 +9,8 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
|
|||
INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
|
||||
LINK_DIRECTORIES(${Boost_LIBRARY_DIRS})
|
||||
|
||||
INCLUDE_DIRECTORIES("~/apps/mpfrc++/")
|
||||
LINK_DIRECTORIES("~/apps/mpfrc++/")
|
||||
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})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue