mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-24 22:13:57 +00:00
Initial Commit
This commit is contained in:
14
thirdparty/capstone/capstone.pc.in
vendored
Normal file
14
thirdparty/capstone/capstone.pc.in
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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@
|
Reference in New Issue
Block a user