Skip to content

Commit d1e9a29

Browse files
Add remark about git submodules to readme and add git logo for some color
1 parent 751eadb commit d1e9a29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
<img src="https://git-scm.com/images/logos/downloads/Git-Icon-1788C.png" align="right"
2+
title="Git Logo" width="120">
3+
14
# CMake Git Clone
25
![build status](https://travis-ci.org/tschuchortdev/cmake_git_clone.svg?branch=master) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/tschuchortdev/cmake_git_clone/issues)
36

47
CMake module to automatically clone git repositories during configure time.
58

6-
This can be useful if you have CMake-only libraries such as [ucm](https://github.com/onqtam/ucm) that have no build script but have to be available at configure time. `ExternalProject_Add` can not be easily used for this because it executes at build time and only if other targets depend on it.
9+
This can be useful if you have CMake-only libraries such as [ucm](https://github.com/onqtam/ucm) that have no build script but have to be available at configure time. `ExternalProject_Add` can not be easily used for this because it executes at build time and only if other targets depend on it. In contrast to other solutions `cmake_git_clone` also handles nested git submodules correctly automatically.
710

811
## Usage:
912

0 commit comments

Comments
 (0)