Added usage instructions
This commit is contained in:
parent
ce7f26ec29
commit
de1a0fb3ca
1 changed files with 7 additions and 0 deletions
|
@ -2,3 +2,10 @@ cmaked2
|
|||
=======
|
||||
|
||||
cmake for D2
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
1. Download and extract https://github.com/dcarp/cmaked2/archive/master.zip to a local directory \<cmaked2-path\>
|
||||
2. Create a D CMake Project: project(project-name D)
|
||||
3. Run cmake -DCMAKE_MODULE_PATH=\<cmaked2-path\> \<path-to-source\>
|
||||
|
|
Loading…
Reference in a new issue