build/mkcmake.sh
author ekku
Sun, 07 Dec 2008 21:34:12 +0000
changeset 265 d97bf6790c22
parent 246 687d9896763a
child 281 3f2de9d1d909
permissions -rw-r--r--
PhysicsObject enum
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
246
687d9896763a change mkcmake.sh to not use /tmp anymore, and fix some ClanLib idiocy
terom
parents: 61
diff changeset
     3
cmake ../ -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=~/opt
61
d7999511b103 add a stupid little script to run initial cmake
terom
parents:
diff changeset
     4