mirror of
https://github.com/openbabel/openbabel.git
synced 2025-02-25 18:55:23 -06:00
12 lines
308 B
CMake
12 lines
308 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@LIB_INSTALL_DIR@
|
|
includedir=${prefix}/include
|
|
pkgincludedir=${includedir}/openbabel@BABEL_MAJ_VER@
|
|
|
|
Name: Open Babel library
|
|
Description: libopenbabel
|
|
Version: @BABEL_VERSION@
|
|
Libs: -L${libdir} -lopenbabel
|
|
Cflags: -I${pkgincludedir}
|