mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 05:29:53 +00:00
18c2b1ebe8
Co-authored-by: Michael Leslie <mleslie@its.jnj.com>
15 lines
474 B
PkgConfig
15 lines
474 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: capstone
|
|
Description: Capstone disassembly engine
|
|
Version: @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@
|
|
URL: https://www.capstone-engine.org/
|
|
archive=${libdir}/libcapstone.a
|
|
Libs: -L${libdir} -lcapstone
|
|
Libs.private: -L${libdir} -l:libcapstone.a
|
|
Cflags: -I${includedir}/capstone
|
|
archs=@CAPSTONE_ARCHITECTURES@
|