/memflow-cmake-example

example project integrating memflow-ffi with cmake

Primary LanguageC++

memflow-cmake-example

A simple example project showcasing memflow integration with CMake.

Build requirements

Building requires the following tools:

  • cmake
  • make
  • gcc/g++ (with C++11 support)
  • cargo / rustc

Building

Just run

make all

in the projects root directory. The resulting binary can be found in the ./build/release/ folder.