Enforced rotation: fixed torque calculation for FLEX potential when using mass-weighting
[gromacs/adressmacs.git] / src / tools / libgmxana.pc.cmakein
blob20e88d3282ab0c809cb7e0c9221e8b44411631ae
1 libdir=@LIB_INSTALL_DIR@
2 includedir=@INCL_INSTALL_DIR@
4 Name: libgmxana
5 Description: Gromacs analysis lib
6 URL: http://www.gromacs.org
7 Version: @PROJECT_VERSION@
8 Requires: @PKG_GSL@ libgmx@LIBSUFFIX@ libmd@LIBSUFFIX@
9 Libs.private: -lm @CMAKE_THREAD_LIBS_INIT@
10 Libs: -L${libdir} -lgmxana@LIBSUFFIX@
11 Cflags: -I${includedir} @PKG_CFLAGS@