build/mkcmake.sh
author nireco
Thu, 04 Dec 2008 16:58:05 +0000
changeset 193 0c8f0547a423
parent 61 d7999511b103
child 246 687d9896763a
permissions -rw-r--r--
multiple steps needs position to be set multiple times, if it's done the easy way
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