Patched clone of https://github.com/dcarp/cmake-d
cmaked | ||
tests | ||
.gitignore | ||
LICENSE | ||
README.md |
cmaked2
cmake for D2
Usage
- Download and extract https://github.com/dcarp/cmaked2/archive/master.zip to a local directory <cmaked2-path>
- Create a D CMake Project: project(project-name D)
- Run cmake as usual specifing the cmaked2 path. To cache it, don't forget to specify the :PATH variable type.
cmake -DCMAKE_MODULE_PATH:PATH=<cmaked2-path> <path-to-source>