Michael-F-Bryan / rust-ffi-guide

A guide for doing FFI using Rust
https://michael-f-bryan.github.io/rust-ffi-guide/
Creative Commons Zero v1.0 Universal
282 stars 18 forks source link

Update the existing cmake rules to be more DRY and organised #47

Closed Michael-F-Bryan closed 6 years ago

Michael-F-Bryan commented 6 years ago

I tried to clean up the existing CMakeLists.txt files so they are more DRY and organised instead of being a bunch of things I've just hacked together to make things work. If you run cmake .. && make that should be enough to build all the "fun" problems, the entire REST client app, and everything they depend on.