Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jcfr/cmake-interproject-dependencies
- Owner: jcfr
- License: apache-2.0
- Created: 2014-06-30T15:06:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-30T15:07:46.000Z (over 10 years ago)
- Last Synced: 2024-10-14T12:13:45.805Z (3 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_Apache_20
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.