This allow compile check event for CONNECT and use EVENT as CONNECT target, also raise event now is simple execute EVENT function.
6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#! /bin/sh
|
|
cmake .
|
|
make $@
|
|
cp -vf *.h /usr/include/
|
|
cp -vf lib*.so /usr/lib/
|