google / safeside

Understand and mitigate software-observable side-channels
BSD 3-Clause "New" or "Revised" License
498 stars 54 forks source link

Build demos with CMake #5

Closed mmdriley closed 5 years ago

mmdriley commented 5 years ago

This might include moving some code around to better segment "library" code from the entrypoint programs.

itzurabhi commented 5 years ago

if this is not taken, I would like to work on this.

ssbr commented 5 years ago

By all means! That's really nice of you to offer. Please let any of us know (either here or on the mailing list) if you're having trouble -- although if I'm honest we aren't necessarily that experienced with CMake since we come from the land of Bazel.

asteinha commented 5 years ago

The only known issue is that MSVC must use Release builds, not Debug builds.