Gabor Buella | b9a2c1a | 2017-04-30 11:48:23 +0200 | [diff] [blame] | 1 | Name: capstone |
| 2 | Description: Capstone disassembly engine |
Nguyen Anh Quynh | bc0e173 | 2017-04-30 23:18:53 +0800 | [diff] [blame] | 3 | Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@ |
Gabor Buella | b9a2c1a | 2017-04-30 11:48:23 +0200 | [diff] [blame] | 4 | URL: http://www.capstone-engine.org |
Nguyen Anh Quynh | bc0e173 | 2017-04-30 23:18:53 +0800 | [diff] [blame] | 5 | archive=@CMAKE_INSTALL_PREFIX@/lib/libcapstone.a |
Gabor Buella | b9a2c1a | 2017-04-30 11:48:23 +0200 | [diff] [blame] | 6 | Libs: -L@CMAKE_INSTALL_PREFIX@/lib -lcapstone |
| 7 | Cflags: -I@CMAKE_INSTALL_PREFIX@/include/capstone |