mirror of
https://github.com/keystone-engine/keystone
synced 2026-06-08 15:15:30 +00:00
c76bab3c1a
This is required for when I get around to writing some Haskell bindings :-)
8 lines
240 B
CMake
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}
|