]> www.ginac.de Git - ginac.git/blobdiff - check/CMakeLists.txt
include <algorithm> for use of std::min().
[ginac.git] / check / CMakeLists.txt
index 0445a4a10f2a336bfabd0dcafa8f5ba0cd687bad..5bf53a19669c1e75f55eaa43f32fa29d5e305bd8 100644 (file)
@@ -6,6 +6,7 @@ set(ginac_tests
        check_inifcns
        check_matrices
        check_lsolve
+       check_mul_info
        heur_gcd_bug
        exam_paranoia
        exam_heur_gcd
@@ -70,7 +71,7 @@ macro(add_ginac_test thename)
                set(${thename}_sources ${thename}.cpp ${${thename}_extra_src})
        endif()
        add_executable(${thename} EXCLUDE_FROM_ALL ${${thename}_sources})
-       target_link_libraries(${thename} ginac)
+       target_link_libraries(${thename} ginac ${LIBDL_LIBRARIES})
        add_dependencies(check ${thename})
        add_test(NAME ${thename} COMMAND ${thename}${CMAKE_EXECUTABLE_SUFFIX})
 endmacro()