Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Make our CMake build a bit more platform neutral #125

Closed Rantanen closed 4 years ago

Rantanen commented 4 years ago

Uses the same paths for all builds (previously the arch caused x86_64 vs AMD64 difference). Also put all the output files under the build directory so cleaning the build off can be done with a simple rm.

Preparation for Azure Pipeline builds.