Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dirmeier/conan-test
- Owner: dirmeier
- License: gpl-3.0
- Created: 2016-09-05T16:12:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T13:36:39.000Z (over 5 years ago)
- Last Synced: 2024-11-16T13:42:01.406Z (3 months ago)
- Topics: conan, conan-recipe, cpp, header-only, meson
- Language: C++
- Homepage:
- Size: 2.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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