Skip to content
Open
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
8 changes: 4 additions & 4 deletions source/source_cell/module_neighbor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ add_library(
sltk_atom_arrange.cpp
sltk_grid.cpp
sltk_grid_driver.cpp
atom_pack.cpp
mpi_domain.cpp
)

if(ENABLE_COVERAGE)
add_coverage(neighbor)
endif()

if(BUILD_TESTING)
if(ENABLE_MPI)
add_subdirectory(test)
endif()
endif()
add_subdirectory(test)
endif()
Loading
Loading