Update README.md
This commit is contained in:
parent
67e1b4fd01
commit
56a75a8c50
10
README.md
10
README.md
@ -4,9 +4,13 @@ CM CMake module file
|
|||||||
## use
|
## use
|
||||||
|
|
||||||
- create a project
|
- create a project
|
||||||
- run "git submodule add https://github.com/hyzboy/CMCMakeModule" in project root directory.
|
- switch to the project root directory using the console/bash/GIT Bash
|
||||||
- run "git submodule add https://github.com/hyzboy/CMCore"
|
- run the following command
|
||||||
- run "git submodule add https://github.com/hyzboy/CMPlatform"
|
```
|
||||||
|
git submodule add https://github.com/hyzboy/CMCMakeModule
|
||||||
|
git submodule add https://github.com/hyzboy/CMCore
|
||||||
|
git submodule add https://github.com/hyzboy/CMPlatform
|
||||||
|
```
|
||||||
- add the following code to project CMakeLists.txt
|
- add the following code to project CMakeLists.txt
|
||||||
```
|
```
|
||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user