aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/Sorting/CMakeLists.txt
blob: d3c378e43b82192d962632d6aaa05536e5fe6eb6 (plain) (blame)
1
2
3
4
5
6
7
foreach(D IN LISTS WarpX_DIMS)
    warpx_set_suffix_dims(SD ${D})
    target_sources(lib_${SD}
      PRIVATE
        Partition.cpp
    )
endforeach()