Skip to content

memflow/memflow-cmake-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.