https://github.com/dcarp/cmake-d
cmake for D2
https://github.com/dcarp/cmake-d
build-tool cmake d dlang
Last synced: 6 months ago
JSON representation
cmake for D2
- Host: GitHub
- URL: https://github.com/dcarp/cmake-d
- Owner: dcarp
- License: mit
- Created: 2013-10-12T00:27:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T09:57:36.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T01:02:41.440Z (9 months ago)
- Topics: build-tool, cmake, d, dlang
- Language: CMake
- Homepage:
- Size: 578 KB
- Stars: 65
- Watchers: 4
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-d - cmake-d - CMake D Projects (Build Tools / Bare metal / kernel development)
README
[](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
```