build/mkcmake.sh
author terom
Mon, 08 Dec 2008 12:46:37 +0000
changeset 283 7540b0859579
parent 282 e0e4dfc3e528
child 366 f14a61b2a2d1
permissions -rw-r--r--
start adding some documentation, most core classes (outside of Network) are now doxygen-enabled
#!/bin/sh

cmake ../                                       \
    -DCMAKE_BUILD_TYPE=Debug                    \
    -DCMAKE_INSTALL_PREFIX=~/opt                \
    -DCMAKE_CXX_FLAGS="-Wall -Wextra -Wconversion"