4 lines
48 B
Text
4 lines
48 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cmake . -DBUILD_SHARED_LIBS=YES "$@"
|