blob: b8ea3d30a5361b16bfd1af332c8f04cf3034f5c8 [file] [log] [blame]
Ferniea1eeb6f2017-09-26 19:31:42 -06001prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
Sergei Trofimoviche5bb1182020-07-19 10:07:18 +01003libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
ael0a39b782018-10-24 00:42:01 +02004includedir=${prefix}/include/capstone
Ferniea1eeb6f2017-09-26 19:31:42 -06005
Gabor Buellab9a2c1a2017-04-30 11:48:23 +02006Name: capstone
7Description: Capstone disassembly engine
Nguyen Anh Quynhbc0e1732017-04-30 23:18:53 +08008Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
Gabor Buellab9a2c1a2017-04-30 11:48:23 +02009URL: http://www.capstone-engine.org
Ferniea1eeb6f2017-09-26 19:31:42 -060010archive=${libdir}/libcapstone.a
11Libs: -L${libdir} -lcapstone
12Cflags: -I${includedir}