Find a file
Dragos Carp 0de1d54527 Merge pull request #3 from Yoplitein/handle-download-failure
Handle package files that failed to download
2014-07-04 16:25:28 +02:00
cmake-d Handle package files that failed to download 2014-06-09 12:27:15 -07:00
tests Added dub support 2014-03-09 14:06:50 +01:00
.gitignore Added LICENSE 2013-10-12 02:52:44 +02:00
LICENSE Added LICENSE 2013-10-12 02:52:44 +02:00
README.md Update README.md 2014-03-25 00:34:52 +01:00

cmake-d

CMake for D2

Usage

  1. Download and extract https://github.com/dcarp/cmake-d/archive/master.zip to a local directory <local-dir>
  2. Create a D CMake Project: project(project-name D)
  3. Run cmake as usual specifing the cmake-d path. To cache it, don't forget to specify the :PATH variable type.
cmake -DCMAKE_MODULE_PATH:PATH=<local-dir>/cmake-d <path-to-source>