removed group non-boneded call with verlet scheme
[gromacs/AngularHB.git] / src / kernel / libgmxpreprocess.pc.cmakein
blob3cba1ef69ea8a66ce8ffc23a9ad4d9597cefe70c
1 libdir=@LIB_INSTALL_DIR@
2 includedir=@INCL_INSTALL_DIR@
4 Name: libgmxpreprocess
5 Description: Gromacs preprocess lib
6 URL: http://www.gromacs.org
7 Version: @PROJECT_VERSION@
8 Requires: libgmx@GMX_LIBS_SUFFIX@ libmd@GMX_LIBS_SUFFIX@ 
9 Libs.private: -lm @CMAKE_THREAD_LIBS_INIT@
10 Libs: -L${libdir} -lgmxpreprocess@GMX_LIBS_SUFFIX@
11 Cflags: -I${includedir} @PKG_CFLAGS@