Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/module_hamilt_lcao/module_gint/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#add_subdirectory(kernels/cuda)
if(ENABLE_LCAO)

list(APPEND objects
gint.cpp
Expand Down Expand Up @@ -69,4 +70,6 @@ IF (BUILD_TESTING)
if(ENABLE_MPI)
add_subdirectory(test)
endif()
endif()

endif()
4 changes: 4 additions & 0 deletions source/module_hamilt_lcao/module_hcontainer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
if(ENABLE_LCAO)

list(APPEND objects
base_matrix.cpp
atom_pair.cpp
Expand All @@ -22,4 +24,6 @@ IF (BUILD_TESTING)
if(ENABLE_MPI)
add_subdirectory(test)
endif()
endif()

endif()
17 changes: 9 additions & 8 deletions source/module_hamilt_pw/hamilt_pwdft/operator_pw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ list(APPEND operator_ks_pw_srcs
velocity_pw.cpp
)

add_library(
operator_ks_pw
OBJECT
${operator_ks_pw_srcs}
)
# this library is included in hamilt_pwdft now
#add_library(
# operator_ks_pw
# OBJECT
# ${operator_ks_pw_srcs}
#)

if(ENABLE_COVERAGE)
add_coverage(operator_ks_pw)
endif()
#if(ENABLE_COVERAGE)
# add_coverage(operator_ks_pw)
#endif()