Renamed repository
This commit is contained in:
parent
8b63dbb667
commit
73110c9406
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,14 +1,14 @@
|
|||
cmaked2
|
||||
cmake-d
|
||||
=======
|
||||
|
||||
cmake for D2
|
||||
CMake for D2
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
1. Download and extract https://github.com/dcarp/cmaked2/archive/master.zip to a local directory \<cmaked2-path\>
|
||||
1. Download and extract https://github.com/dcarp/cmake-d/archive/master.zip to a local directory \<cmake-d-dir\>
|
||||
2. Create a D CMake Project: project(project-name D)
|
||||
3. Run cmake as usual specifing the cmaked2 path. To cache it, don't forget to specify the *:PATH* variable type.<br/>
|
||||
3. Run cmake as usual specifing the cmake-d path. To cache it, don't forget to specify the *:PATH* variable type.<br/>
|
||||
```
|
||||
cmake -DCMAKE_MODULE_PATH:PATH=<cmaked2-path> <path-to-source>
|
||||
cmake -DCMAKE_MODULE_PATH:PATH=<cmake-d-dir> <path-to-source>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue