1
0
forked from fsfw/fsfw

include cmake-modules manually instead

- Instead of using FetchContent
- Separate folder for easier update and for distintion
- LICENSE file included
This commit is contained in:
2022-04-22 14:33:34 +02:00
parent b951cb736a
commit effecd4662
8 changed files with 900 additions and 308 deletions

View File

@ -0,0 +1,5 @@
The files in these folder were manually copy and pasted from the
[cmake-modules repository](https://github.com/bilke/cmake-modules). It was decided to do
this because only a small subset of its provided functions are needed.
The license file in included here as well.