We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c3171a + 140b85b commit ea62edaCopy full SHA for ea62eda
capstone.pc.in
@@ -1,13 +1,13 @@
1
prefix=@CMAKE_INSTALL_PREFIX@
2
exec_prefix=${prefix}
3
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4
-includedir=${prefix}/include
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
5
6
Name: capstone
7
Description: Capstone disassembly engine
8
Version: @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@
9
-URL: http://www.capstone-engine.org
+URL: https://www.capstone-engine.org/
10
archive=${libdir}/libcapstone.a
11
Libs: -L${libdir} -lcapstone
12
-Cflags: -I${includedir}
+Cflags: -I${includedir}/capstone
13
archs=@CAPSTONE_ARCHITECTURES@
0 commit comments