An open API service indexing awesome lists of open source software.

https://github.com/memflow/memflow-cmake-example

example project integrating memflow-ffi with cmake
https://github.com/memflow/memflow-cmake-example

Last synced: 5 months ago
JSON representation

example project integrating memflow-ffi with cmake

Awesome Lists containing this project

README

          

# 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.