blob: 3768cc0d8a81189196fe4888b9e4793b229d04c2 (
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
|
cmake-common
============
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]: boost/build/README.md
[CMake project]: cmake/build/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
|