Go to file
King_DuckZ f7434a12ad Fix defines not being passed on to gdc. 2017-11-23 10:36:40 +00:00
cmake-d Fix defines not being passed on to gdc. 2017-11-23 10:36:40 +00:00
tests Fix #11: DMD: enable MinSizeRel with -L-s 2016-08-06 18:21:07 +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 Update README.md 2014-03-25 00:34:52 +01:00

README.md

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>