Skip to content

Commit 0482d45

Browse files
committed
fix UT compilation with NCLibxc
1 parent 3a8676d commit 0482d45

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

source/module_hamilt_general/module_xc/test/CMakeLists.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,18 @@ AddTest(
6565
../xc_functional_libxc_wrapper_xc.cpp
6666
../xc_functional_libxc_wrapper_gcxc.cpp
6767
../xc_functional_libxc_wrapper_tauxc.cpp
68+
../NCLibxc/NCLibxc.cpp
69+
../NCLibxc/NCLibxc.h
70+
../NCLibxc/interface_to_libxc.cpp
71+
../NCLibxc/interface_to_libxc.h
72+
../NCLibxc/LebedevGrid.cpp
73+
../xc_functional_NCLibxc_gga.cpp
6874
../xc_funct_corr_gga.cpp ../xc_funct_corr_lda.cpp ../xc_funct_exch_gga.cpp
6975
../xc_funct_exch_lda.cpp ../xc_funct_hcth.cpp
7076
../xc_functional_vxc.cpp
7177
../xc_functional_libxc_vxc.cpp
7278
../xc_functional_libxc_tools.cpp
79+
7380
../../../module_base/blas_connector.cpp
7481
../../../module_base/matrix.cpp
7582
../../../module_base/memory.cpp
@@ -79,4 +86,4 @@ AddTest(
7986
../../../module_basis/module_pw/module_fft/fft_base.cpp
8087
../../../module_basis/module_pw/module_fft/fft_bundle.cpp
8188
../../../module_basis/module_pw/module_fft/fft_cpu.cpp
82-
)
89+
)

0 commit comments

Comments
 (0)