Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 914 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 914 Bytes

Flatbuffers with Conan example

This repository demonstrates how flatbuffers and conan can be used together.

Prerequisites

To build and run this project you will need to install the following external dependencies:

How to clone the project

git clone --recursive [email protected]:ruurdadema/flatbuffers-with-conan-example.git
cd flatbuffers-with-conan-example
git submodule update --init --recursive

How to build the project for macOS

# From the project root (generates build folder if necessary)
cmake -B build -GXcode -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13
cmake --build build --config Release