blob: a3473ca4752cf149056989684d920645692388c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
cmake-common
============
[![Travis (.com) branch](https://img.shields.io/travis/com/egor-tensin/cmake-common/master?label=Travis)](https://travis-ci.com/egor-tensin/cmake-common)
[![AppVeyor branch](https://img.shields.io/appveyor/ci/egor-tensin/cmake-common/master?label=AppVeyor)](https://ci.appveyor.com/project/egor-tensin/cmake-common/branch/master)
Various utility files to build my CMake projects, as those seem to overlap
between different projects quite a bit.
This repository is intended to be included as a submodule.
Git submodules are relatively hard to use though, but there's [an excellent
guide] to help you through.
[an excellent guide]: https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407
Usage
-----
Using the scripts in this project, you can build
* [Boost],
* a [CMake project].
All in a relatively cross-platform way.
It's used in a bunch of projects of mine, namely in
* [aes-tools],
* [math-server]
and a few others.
[Boost]: project/boost/README.md
[CMake project]: project/cmake/README.md
[aes-tools]: https://github.com/egor-tensin/aes-tools
[math-server]: https://github.com/egor-tensin/math-server
License
-------
Distributed under the MIT License.
See [LICENSE.txt] for details.
[LICENSE.txt]: LICENSE.txt
|