Files
Adrian Herrera c76bab3c1a Added ability to auto generate and install a keystone.pc file
This is required for when I get around to writing some Haskell bindings :-)
2016-06-04 15:00:33 +10:00

8 lines
240 B
CMake

Name: ${PROJECT_NAME}
Description: Keystone assembler engine
Version: ${KEYSTONE_VERSION_MAJOR}.${KEYSTONE_VERSION_MINOR}
libdir=${PKG_CONFIG_LIBDIR}
includedir=${PKG_CONFIG_INCLUDEDIR}
Libs: ${PKG_CONFIG_LIBS}
Cflags: ${PKG_CONFIG_CFLAGS}