7 lines
53 B
Bash
Executable File
7 lines
53 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p build lib
|
|
cd build
|
|
cmake ..
|
|
make
|