Find a file
2015-01-22 22:22:43 +01:00
cmake-d Fix #6 (second try) 2015-01-22 22:22:43 +01: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>