Find a file
2013-10-16 17:12:54 +02:00
cmaked Remove internal cached variables 2013-10-15 21:43:42 +02:00
tests Remove unneeded stack_check 2012-08-26 15:38:33 +02: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 Renamed repository 2013-10-16 17:12:54 +02:00

cmake-d

CMake for D2

Usage

  1. Download and extract https://github.com/dcarp/cmake-d/archive/master.zip to a local directory <cmake-d-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=<cmake-d-dir> <path-to-source>