Skip to content

Commit ef3cb17

Browse files
committed
Fix
1 parent 9e6210a commit ef3cb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_base/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ install(DIRECTORY data DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
33
AddTest(
44
TARGET base_blas_connector
55
LIBS parameter ${math_libs}
6-
SOURCES blas_connector_test.cpp
6+
SOURCES blas_connector_test.cpp ../blas_connector.cpp
77
)
88
AddTest(
99
TARGET base_atom_in

0 commit comments

Comments
 (0)