Find a file
2014-04-30 00:44:54 +02:00
cmake-d Compile first dependencies 2014-04-30 00:44:54 +02: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 Allow absolute paths for CMAKE_MODULE_PATH 2013-10-18 01:32:14 +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>/cmake-d <path-to-source>