1 # Build a C++ library using libgmxapi to extend GROMACS.
2 # We process this subdirectory first to reaffirm that this code does not depend
3 # on other substantial infrastructure, such as a particular Python bindings
4 # framework or the Googletest framework.
7 # Build a Python extension package from our new library.
8 add_subdirectory(pythonmodule)