Renamed bonded module as 'listed-forces'
[alexxy/gromacs.git] / src / gromacs / listed-forces / CMakeLists.txt
similarity index 88%
rename from src/gromacs/bonded/CMakeLists.txt
rename to src/gromacs/listed-forces/CMakeLists.txt
index 1542ee9c6e2daab00e48021c1ff351a69ef0b6ce..721f4fbde2cce5640315e379a5d2955f4982901f 100644 (file)
 # To help us fund GROMACS development, we humbly ask that you cite
 # the research papers on the package. Check out http://www.gromacs.org.
 
-file(GLOB BONDED_SOURCES *.cpp *.c)
-set(LIBGROMACS_SOURCES ${LIBGROMACS_SOURCES} ${BONDED_SOURCES} PARENT_SCOPE)
+file(GLOB LISTED_FORCES_SOURCES *.cpp)
+set(LIBGROMACS_SOURCES ${LIBGROMACS_SOURCES} ${LISTED_FORCES_SOURCES} PARENT_SCOPE)
 
-set(BONDED_PUBLIC_HEADERS
+set(LISTED_FORCES_PUBLIC_HEADERS
     bonded.h)
 
-gmx_install_headers(bonded ${BONDED_PUBLIC_HEADERS})
+gmx_install_headers(listed-forces ${LISTED_FORCES_PUBLIC_HEADERS})
 
 if (BUILD_TESTING)
 #    add_subdirectory(tests)