Open
Description
Feature
- New architecture module
- Support for processor extension
- Add more instruction details (elaborated below)
- Binding support for:
language
- Other (elaborated below)
Describe the feature you'd like
Based on this commit, it seems some things need to updated when creating a release
5526125
1- I did a bit more digging around for pkgconfig.mk, it is used by Makefile and Python, I propose having CMake be able to dynamically overwrite pkgconfig.mk with the version data if it is provided. I'm not sure where I'd write the updated version of pkgconfig for use?
2- I need to update capstone.h to dynamically get the version from cmake
3- I need to update bindings/python/capstone/__init__.py
to also get version data, ideally from pkgconfig?
Additional context
See above
Activity