All Projects → dcarp → cmake-d

dcarp / cmake-d

Licence: MIT license
cmake for D2

Programming Languages

CMake
9771 projects
d
599 projects
shell
77523 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to cmake-d

Athena2
Build tool based on Webpack
Stars: ✭ 212 (+271.93%)
Mutual labels:  build-tool
Nsis
***This is just a mirror of https://sf.net/projects/nsis -- please report issues there*** NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
Stars: ✭ 244 (+328.07%)
Mutual labels:  build-tool
makeme
Embedthis MakeMe
Stars: ✭ 26 (-54.39%)
Mutual labels:  build-tool
Hxcpp
Runtime files for c++ backend for haxe
Stars: ✭ 228 (+300%)
Mutual labels:  build-tool
Vuepack
Publish .vue files in NPM packages
Stars: ✭ 242 (+324.56%)
Mutual labels:  build-tool
Webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Stars: ✭ 60,034 (+105222.81%)
Mutual labels:  build-tool
Build
B2 makes it easy to build C++ projects, everywhere.
Stars: ✭ 182 (+219.3%)
Mutual labels:  build-tool
aseprite-macos-buildsh
Automated script to create latest release app (either beta, or release whichever is newer) of Aseprite for macOS
Stars: ✭ 143 (+150.88%)
Mutual labels:  build-tool
Pax
The fastest JavaScript bundler in the galaxy.
Stars: ✭ 2,626 (+4507.02%)
Mutual labels:  build-tool
millw
Mill Wrapper Script
Stars: ✭ 40 (-29.82%)
Mutual labels:  build-tool
Scikit Build
Improved build system generator for CPython C, C++, Cython and Fortran extensions
Stars: ✭ 234 (+310.53%)
Mutual labels:  build-tool
Dogo
Monitoring changes in the source file and automatically compile and run (restart).
Stars: ✭ 237 (+315.79%)
Mutual labels:  build-tool
buildozer
🚜 Build tool which simplify your buildprocess. Built with Gulp.js 🥤
Stars: ✭ 22 (-61.4%)
Mutual labels:  build-tool
Seed
Build tool for Scala projects
Stars: ✭ 223 (+291.23%)
Mutual labels:  build-tool
cacheify
Browserify transform wrapper that caches the transforms between runs to improve performance
Stars: ✭ 30 (-47.37%)
Mutual labels:  build-tool
Mbt
The most flexible build tool for monorepo
Stars: ✭ 184 (+222.81%)
Mutual labels:  build-tool
Retire.js
scanner detecting the use of JavaScript libraries with known vulnerabilities
Stars: ✭ 2,909 (+5003.51%)
Mutual labels:  build-tool
rush-cli
⚡ A new and improved way of building MIT AI2 extensions.
Stars: ✭ 31 (-45.61%)
Mutual labels:  build-tool
craftr
The core framework for the Craftr build system.
Stars: ✭ 1 (-98.25%)
Mutual labels:  build-tool
proot-static-build
Build static variants of PRoot
Stars: ✭ 63 (+10.53%)
Mutual labels:  build-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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].