Rename all source files from - to _ for consistency.
[alexxy/gromacs.git] / src / gromacs / listed_forces / CMakeLists.txt
index bd97c81fe1b3b53a84605087192297b6d9a0596e..22936e1e5b4be51197832c9e2777fffb27c71396 100644 (file)
 gmx_add_libgromacs_sources(
     bonded.cpp
     disre.cpp
-    gpubonded-impl.cpp
+    gpubonded_impl.cpp
     listed_forces.cpp
-    listed-internal.cpp
-    manage-threading.cpp
+    listed_internal.cpp
+    manage_threading.cpp
     orires.cpp
     pairs.cpp
-    position-restraints.cpp
+    position_restraints.cpp
     restcbt.cpp
     )
 
 if(GMX_USE_CUDA)
     gmx_add_libgromacs_sources(
-       gpubonded-impl.cu
+       gpubonded_impl.cu
        gpubondedkernels.cu
        )
 endif()