git-svn-id: svn://db.shs.com.ru/libs@1 a8b55f48-bf90-11e4-a774-851b48703e85
6 lines
79 B
Bash
6 lines
79 B
Bash
#! /bin/bash
|
|
cmake .
|
|
make $@
|
|
cp -vf *.h /usr/include/
|
|
cp -vf lib*.so /usr/lib/
|