JonathanSalwan / Triton

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.
https://triton-library.github.io
Apache License 2.0
3.4k stars 524 forks source link

Use GNUInstallDirs CMake macros #1247

Closed hamarituc closed 1 year ago

hamarituc commented 1 year ago

Install directories shouldn't be hardcoded. Some distributions requires installing library files into /usr/lib64 for example. Using GNUInstallDirs (https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html) covers such cases.