mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
8 lines
193 B
Diff
8 lines
193 B
Diff
--- a/TESTING/MATGEN/CMakeLists.txt
|
|
+++ b/TESTING/MATGEN/CMakeLists.txt
|
|
@@ -97,3 +97,4 @@ if(enable_complex16)
|
|
endif()
|
|
|
|
add_library(matgen ${sources})
|
|
+target_link_libraries(matgen superlu)
|