blob: 69541b248bc4a9c1bd3b4a250ff90540a59152a8 [file] [log] [blame]
Ferniea1eeb6f2017-09-26 19:31:42 -06001prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3libdir=${prefix}/lib@LIBSUFFIX@
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}