xref: /aosp_15_r20/external/capstone/capstone.pc.in (revision 9a0e4156d50a75a99ec4f1653a0e9602a5d45c18)
1prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4includedir=${prefix}/include/capstone
5
6Name: capstone
7Description: Capstone disassembly engine
8Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
9URL: http://www.capstone-engine.org
10archive=${libdir}/libcapstone.a
11Libs: -L${libdir} -lcapstone
12Cflags: -I${includedir}
13