2016-12-02 21:47:07 +00:00
|
|
|
# add_executable(newton_raphson_test newton_raphson_test.cpp)
|
2016-12-02 13:31:10 +00:00
|
|
|
add_executable(brent_test brent_test.cpp)
|
|
|
|
target_link_libraries(brent_test tasmet_src armadillo openblas pthread)
|
2016-12-02 21:47:07 +00:00
|
|
|
# target_link_libraries(newton_raphson_test tasmet_src tasmet_src armadillo openblas pthread)
|