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.
19 lines
577 B
19 lines
577 B
dir_prefix=@CMAKE_INSTALL_PREFIX@ |
|
lib=@CMAKE_INSTALL_LIBDIR@ |
|
include=@BDDISASM_INSTALL_INCLUDE_DIR@ |
|
data_dir=@CMAKE_INSTALL_DATADIR@ |
|
|
|
prefix=${dir_prefix} |
|
lib_dir=${dir_prefix}/${lib} |
|
include_dir=${dir_prefix}/${include} |
|
|
|
datarootdir=${dir_prefix}/${data_dir} |
|
pkgdatadir=${datarootdir}/bddisasm |
|
|
|
Name: bddisasm |
|
Description: "Bitdefender x86 instruction decoder and shellcode emulator" |
|
URL: https://github.com/bitdefender/bddisasm |
|
Version: @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@ |
|
|
|
Libs: -L${lib_dir} -lbdshemu -lbddisasm |
|
Cflags: -I${include_dir}
|
|
|