mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-08 15:24:49 -04:00
6 lines
52 B
Bash
Executable File
6 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
set -ex
|
|
|
|
mkdir build && cd build
|
|
cmake ..
|