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