Added class for making QMMM-related topology modifications
[alexxy/gromacs.git] / src / gromacs / applied_forces / qmmm / CMakeLists.txt
index c64cadff3f6a9dce6593260e7f31265f5e0d4689..ba20be38243be8a7c794c28f613adeda94e27c12 100644 (file)
@@ -34,6 +34,7 @@
 
 gmx_add_libgromacs_sources(
     qmmminputgenerator.cpp
+    qmmmtopologypreprocessor.cpp
     )
 
 if (BUILD_TESTING)