Files
kaizen/capstone.pc.in
SimoneN64 352a52804d Squashed 'external/capstone/' content from commit 5430745e962
git-subtree-dir: external/capstone
git-subtree-split: 5430745e9623786f65c0d773a417f389ebb43395
2024-09-23 19:06:48 +02:00

15 lines
506 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=@CAPSTONE_PKGCONFIG_INSTALL_LIBDIR@
includedir=@CAPSTONE_PKGCONFIG_INSTALL_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} -I${includedir}/capstone
archs=@CAPSTONE_ARCHITECTURES@