Add FullSkeleton example

This commit is contained in:
flithm 2007-08-29 11:24:39 +00:00
commit c315c3f0d3
75 changed files with 4452 additions and 0 deletions

View file

@ -0,0 +1,14 @@
This is a CMakeD project skeleton for a complicated application that
includes:
- configure support
- config.d support
- conditional build directories
- conditionally built source files (based on platform)
- automatic documentation generation
- builds with both tango and phobos
In order to build this project:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_D_BUILD_DOCS=True ..
make