thibault-martinez / iota.lib.cpp

IOTA C++ Library
MIT License
79 stars 21 forks source link

add installation directives to cmakelists.txt #303

Closed Cylix closed 6 years ago

Cylix commented 6 years ago

This change addresses #297.

@thibault-martinez this will only install iota.lib.cpp includes and library, and the tests binary if they were built. Do you think we should also install dependencies such as cpr / json / curl?

I think there are two things we may need to consider:

Do you have any particular opinion on this? I would be fine with installing those deps as well.

thibault-martinez commented 6 years ago

@Cylix Same here, please rebase

Cylix commented 6 years ago

Rebased here as well, CI in progress

Cylix commented 6 years ago

Not sure why, on appveyor it built IRI 1.5.0 but with the old .appveyor config file. I rebased master, hopefully should be good.