Very basic stuff working on linux 32-bit with dmd and phobos2.

This commit is contained in:
Steve King 2010-08-10 21:55:30 -07:00
commit 67f0225e42
152 changed files with 113 additions and 0 deletions

14
tests/FullSkeleton/README Normal file
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