cmake-d/README.md

15 lines
401 B
Markdown
Raw Normal View History

2013-10-14 21:49:56 +00:00
cmaked2
=======
cmake for D2
2013-10-14 23:12:34 +00:00
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)
2013-10-15 19:47:37 +00:00
3. Run cmake as usual specifing the cmaked2 path. To cache it, don't forget to specify the *:PATH* variable type.<br/>
2013-10-14 23:55:13 +00:00
```
cmake -DCMAKE_MODULE_PATH:PATH=<cmaked2-path> <path-to-source>
2013-10-14 23:55:13 +00:00
```