Files
libopenshot/test.sh
2022-01-15 02:14:38 -06:00

6 lines
108 B
Bash
Executable File

#!/bin/bash
#cd build; cmake ../; make -j9; make install;
cmake --build build -j9; cmake --install build;