RHash icon indicating copy to clipboard operation
RHash copied to clipboard

Add CMake support for RHash

Open uilianries opened this issue 6 years ago • 1 comments

Hi!

This PR brings two CMake files which can build the library and executable.

I see you are running semaphore to build this project, but I can't update it locally, so you can update your script with:

mkdir cmake && pushd cmake
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../results
cmake --build . --target install
popd
/usr/bin/find results/ -exec ls -ld '{}' ';'

Regards!

uilianries avatar Dec 19 '19 17:12 uilianries

I have issues cross compiling static stuff, this might help

This should be merged, if we believe in true justice ...

wdlkmpx avatar Jun 14 '23 00:06 wdlkmpx