Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dirmeier/conan-test

A small header only library to check out conan.io
https://github.com/dirmeier/conan-test

conan conan-recipe cpp header-only meson

Last synced: 25 days ago
JSON representation

A small header only library to check out conan.io

Awesome Lists containing this project

README

        

# conan-test

[![Project Status](http://www.repostatus.org/badges/latest/concept.svg)](http://www.repostatus.org/#concept)
[![Build Status](https://travis-ci.org/dirmeier/conan-test.svg?branch=master)](https://travis-ci.org/dirmeier/conan-test)

> A small header only library to check out `conan.io`

## About

`conan-test` is an example package using [`conan.io`](https://conan.io/) as package manager.


In order to install the package you need to make sure to have `Eigen` installed. If you have it, run:

```sh
mkdir build && cd build
conan install ..
conan build ..
```

## Author

Simon Dirmeier simon.dirmeier @ web.de