1984not-GmbH / molch

An implementation of the axolotl ratchet based on libsodium.
Other
23 stars 3 forks source link

CMake enhancements #74

Closed FSMaxB closed 8 years ago

FSMaxB commented 8 years ago

This enhances the CMake build files by applying knowledge that has been acquired while adding Protobuf-C to the build process.

Mostly replacing execute_process with add_custom_command, thereby also fixing problems with files that weren't copied even though they had been changed, therefore being then outdated in the build directory.