7 lines
80 B
Bash
7 lines
80 B
Bash
#!/usr/bin/env bash
|
|
|
|
mkdir build
|
|
cd build
|
|
cmake .. -DPLUGIN_UPDATER_GPU=ON
|
|
make
|