Spirrwell / cmake-d

cmake for D2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

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>

About

cmake for D2

License:MIT License


Languages

Language:CMake 63.1%Language:D 35.6%Language:Shell 1.2%Language:C 0.1%