Skip to content
Snippets Groups Projects
Commit 1dceeb49 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[CMake] Link test against the library. Fixes FS#1272.

(kudos to Elias Pipping for the patch)

[[Imported from SVN: r7436]]
parent 536f927a
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ if(LAPACK_FOUND)
endif(LAPACK_FOUND)
add_executable("diagonalmatrixtest" diagonalmatrixtest.cc)
target_link_libraries("diagonalmatrixtest" "dunecommon")
add_executable("enumsettest" enumsettest.cc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment