tigersum/cmake/Modules
Michele Santullo 4e614e3dd5 First commit 2014-09-19 17:19:25 +01:00
..
cmake-d First commit 2014-09-19 17:19:25 +01:00
LICENSE First commit 2014-09-19 17:19:25 +01:00
README.md First commit 2014-09-19 17:19:25 +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>