mirror of
https://github.com/lifting-bits/sleigh
synced 2026-06-21 13:56:12 +00:00
1d3d6e29b6
* Consistent CMake project variable names - project name case While there is not official convention, internally CMake uses the case of the project name in auto-generated variables for the project, like <ProjectName>_BINARY_DIR. We should follow that convention. * README: Fix install spec directory variable name Co-authored-by: Alex Cameron <asc@tetsuo.sh>