cmake-d/samples/FullSkeleton
2007-08-29 14:28:55 +00:00
..
candydoc Add FullSkeleton example 2007-08-29 11:24:39 +00:00
cmake/Modules Add FullSkeleton example 2007-08-29 11:24:39 +00:00
libraryA Fix for building on windows 2007-08-29 14:24:54 +00:00
libraryB Fix for building on windows 2007-08-29 14:24:54 +00:00
programClient Add FullSkeleton example 2007-08-29 11:24:39 +00:00
programServer Add FullSkeleton example 2007-08-29 11:24:39 +00:00
CMakeLists.txt Yet another fix for building on linux 2007-08-29 14:28:55 +00:00
config.d.cmake Add FullSkeleton example 2007-08-29 11:24:39 +00:00
ConfigureChecks.cmake Add FullSkeleton example 2007-08-29 11:24:39 +00:00
COPYING Add FullSkeleton example 2007-08-29 11:24:39 +00:00
README Add FullSkeleton example 2007-08-29 11:24:39 +00: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