Merge branch 'master' of git://git.gromacs.org/gromacs
[gromacs/adressmacs.git] / src / kernel / libgmxpreprocess.pc.cmakein
blob11877df718bf297a50ec9f3721717956ece1cdc4
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@LIBSUFFIX@ libmd@LIBSUFFIX@ 
9 Libs.private: -lm @CMAKE_THREAD_LIBS_INIT@
10 Libs: -L${libdir} -lgmxpreprocess@LIBSUFFIX@
11 Cflags: -I${includedir} @PKG_CFLAGS@