Skip to content

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

License

Notifications You must be signed in to change notification settings

ruurdadema/flatbuffers-with-conan-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published