You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
365 B
13 lines
365 B
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/include/capstone
|
|
|
|
Name: capstone
|
|
Description: Capstone disassembly engine
|
|
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
|
|
URL: http://www.capstone-engine.org
|
|
archive=${libdir}/libcapstone.a
|
|
Libs: -L${libdir} -lcapstone
|
|
Cflags: -I${includedir}
|