cmake-d/tests/FullSkeleton
2010-08-10 21:55:30 -07:00
..
candydoc Very basic stuff working on linux 32-bit with dmd and phobos2. 2010-08-10 21:55:30 -07:00
cmake/Modules Very basic stuff working on linux 32-bit with dmd and phobos2. 2010-08-10 21:55:30 -07:00
libraryA Very basic stuff working on linux 32-bit with dmd and phobos2. 2010-08-10 21:55:30 -07:00
libraryB Very basic stuff working on linux 32-bit with dmd and phobos2. 2010-08-10 21:55:30 -07:00
programClient Very basic stuff working on linux 32-bit with dmd and phobos2. 2010-08-10 21:55:30 -07:00
programServer Very basic stuff working on linux 32-bit with dmd and phobos2. 2010-08-10 21:55:30 -07:00
CMakeLists.txt Very basic stuff working on linux 32-bit with dmd and phobos2. 2010-08-10 21:55:30 -07:00
config.d.cmake Very basic stuff working on linux 32-bit with dmd and phobos2. 2010-08-10 21:55:30 -07:00
ConfigureChecks.cmake Very basic stuff working on linux 32-bit with dmd and phobos2. 2010-08-10 21:55:30 -07:00
COPYING Very basic stuff working on linux 32-bit with dmd and phobos2. 2010-08-10 21:55:30 -07:00
README Very basic stuff working on linux 32-bit with dmd and phobos2. 2010-08-10 21:55:30 -07:00

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