Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jcfr/cmake-interproject-dependencies

This project is a playground to define what are the CMake best-practices regarding project interdependencies.
https://github.com/jcfr/cmake-interproject-dependencies

Last synced: about 2 months ago
JSON representation

This project is a playground to define what are the CMake best-practices regarding project interdependencies.

Awesome Lists containing this project

README

        

CMake Inter-Project Dependencies
================================

Overview
--------

This project is a playground to define what are the CMake best-practices regarding project interdependencies.

Prerequisites
-------------

* CMake >= 2.8.9

Build
-----

Note: This project has been developed and tested on Ubuntu 13.10

```
git clone git://github.com/jcfr/CMake-InterProject-Dependencies
mkdir CMake-InterProject-Dependencies
cd CMake-InterProject-Dependencies
cmake ../CMake-InterProject-Dependencies
make
```

Licensing
=========

Materials in this repository are distributed under the following licenses:

All software is licensed under the Apache 2.0 License.
See LICENSE_Apache_20 file for details.