Find a file
2016-08-06 18:07:17 +02:00
cmake-d Fix #10: CMake 3.4.0: <FLAGS> no longer includes <INCLUDES> 2016-08-06 18:07:17 +02:00
tests Fix coding style 2016-08-06 18:07:17 +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

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>