Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/dcarp/cmake-d

cmake for D2
https://github.com/dcarp/cmake-d

build-tool cmake d dlang

Last synced: about 2 months ago
JSON representation

cmake for D2

Lists

README

        

[![Build Status](https://github.com/dcarp/cmake-d/workflows/CI/badge.svg)](https://github.com/dcarp/cmake-d/actions?workflow=CI)

cmake-d
=======

CMake for D2

Usage
-----

1. Download and extract https://github.com/dcarp/cmake-d/archive/master.zip to a local directory \
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
```