Skip to content
Snippets Groups Projects
Commit 5c1f72f9 authored by Markus Blatt's avatar Markus Blatt
Browse files

Adjusted CMakeLists.txt according to added files.

[[Imported from SVN: r7000]]
parent e748c4c2
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ install(FILES
deprecated.hh
densematrix.hh
densevector.hh
diagonalmatrix.hh
documentation.hh
dotproduct.hh
dynmatrix.hh
......
......@@ -6,6 +6,7 @@ set(TESTS
bitsetvectortest
check_fvector_size
conversiontest
diagonalmatrixtest
dynmatrixtest
dynvectortest
enumsettest
......@@ -85,6 +86,9 @@ add_executable("dynmatrixtest" dynmatrixtest.cc)
target_link_libraries("dynmatrixtest" "dunecommon")
add_executable("dynvectortest" dynvectortest.cc)
add_executable("diagonalmatrixtest" diagonalmatrixtest.cc)
add_executable("enumsettest" enumsettest.cc)
add_executable("fassigntest" fassigntest.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