build/mkcmake.sh
author saiam
Sat, 29 Nov 2008 20:59:50 +0000
changeset 136 3a15a5937f7a
parent 61 d7999511b103
child 246 687d9896763a
permissions -rw-r--r--
Moved constants to one header Config.hh, we probably should use somekind of resourcemanager. But do we have time for that? :)
61
d7999511b103 add a stupid little script to run initial cmake
terom
parents:
diff changeset
     1
#!/bin/sh
d7999511b103 add a stupid little script to run initial cmake
terom
parents:
diff changeset
     2
d7999511b103 add a stupid little script to run initial cmake
terom
parents:
diff changeset
     3
cmake ../ -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/tmp
d7999511b103 add a stupid little script to run initial cmake
terom
parents:
diff changeset
     4