Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 358 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 358 Bytes

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.