File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,21 @@ list(APPEND depend_files
4242
4343AddTest(
4444 TARGET md_LJ_pot
45+ LIBS ${math_libs}
4546 SOURCES LJ_pot_test.cpp
4647 ${depend_files}
4748)
4849
4950AddTest(
5051 TARGET md_func
52+ LIBS ${math_libs}
5153 SOURCES MD_func_test.cpp
5254 ${depend_files}
5355)
5456
5557AddTest(
5658 TARGET md_fire
59+ LIBS ${math_libs}
5760 SOURCES FIRE_test.cpp
5861 ../verlet.cpp
5962 ../FIRE.cpp
@@ -62,6 +65,7 @@ AddTest(
6265
6366AddTest(
6467 TARGET md_nve
68+ LIBS ${math_libs}
6569 SOURCES NVE_test.cpp
6670 ../verlet.cpp
6771 ../NVE.cpp
@@ -70,6 +74,7 @@ AddTest(
7074
7175AddTest(
7276 TARGET md_nvt_ads
77+ LIBS ${math_libs}
7378 SOURCES NVT_ADS_test.cpp
7479 ../verlet.cpp
7580 ../NVT_ADS.cpp
@@ -78,6 +83,7 @@ AddTest(
7883
7984AddTest(
8085 TARGET md_nvt_nhc
86+ LIBS ${math_libs}
8187 SOURCES NVT_NHC_test.cpp
8288 ../verlet.cpp
8389 ../NVT_NHC.cpp
@@ -86,6 +92,7 @@ AddTest(
8692
8793AddTest(
8894 TARGET md_msst
95+ LIBS ${math_libs}
8996 SOURCES MSST_test.cpp
9097 ../verlet.cpp
9198 ../MSST.cpp
@@ -94,6 +101,7 @@ AddTest(
94101
95102AddTest(
96103 TARGET md_lgv
104+ LIBS ${math_libs}
97105 SOURCES Langevin_test.cpp
98106 ../verlet.cpp
99107 ../Langevin.cpp
You can’t perform that action at this time.
0 commit comments