blob: 7715397ea197a18ceb0fb922e4ef4d5ae078d07d [file] [log] [blame]
Ferniec745e642017-09-26 19:31:42 -06001prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3libdir=${prefix}/lib@LIBSUFFIX@
4includedir=${prefix}/include
5
Gabor Buella150ac002017-04-30 11:48:23 +02006Name: capstone
7Description: Capstone disassembly engine
Nguyen Anh Quynh342f50b2017-04-30 23:18:53 +08008Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
Gabor Buella150ac002017-04-30 11:48:23 +02009URL: http://www.capstone-engine.org
Ferniec745e642017-09-26 19:31:42 -060010archive=${libdir}/libcapstone.a
11Libs: -L${libdir} -lcapstone
12Cflags: -I${includedir}