add a seperate install script to cmake

This commit is contained in:
Stephan Raue 2009-04-29 22:16:14 +02:00
parent c3dfd76dc8
commit a7acdeca36

View File

@ -10,5 +10,5 @@ export CXXFLAGS="$HOST_CXXFLAGS"
cd $BUILD/$1* cd $BUILD/$1*
./configure --no-qt-gui ./configure --no-qt-gui
make make
cp bin/cmake bin/ccmake bin/cpack bin/ctest $ROOT/$TOOLCHAIN/bin