Add FullSkeleton example
This commit is contained in:
parent
51095a9d7d
commit
c315c3f0d3
75 changed files with 4452 additions and 0 deletions
14
samples/FullSkeleton/README
Normal file
14
samples/FullSkeleton/README
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue