Find a file
2013-10-15 21:47:37 +02:00
cmaked Remove internal cached variables 2013-10-15 21:43:42 +02:00
tests Remove unneeded stack_check 2012-08-26 15:38:33 +02:00
.gitignore Added LICENSE 2013-10-12 02:52:44 +02:00
LICENSE Added LICENSE 2013-10-12 02:52:44 +02:00
README.md Update README.md 2013-10-15 21:47:37 +02:00

cmaked2

cmake for D2

Usage

  1. Download and extract https://github.com/dcarp/cmaked2/archive/master.zip to a local directory <cmaked2-path>
  2. Create a D CMake Project: project(project-name D)
  3. Run cmake as usual specifing the cmaked2 path. To cache it, don't forget to specify the :PATH variable type.
cmake -DCMAKE_MODULE_PATH:PATH=<cmaked2-path> <path-to-source>