forked from premiere/premiere-libtorrent
8 lines
133 B
Bash
8 lines
133 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd ${libtorrent_BINARY_DIR}/examples
|
||
|
cmake \
|
||
|
-G "${CMAKE_GENERATOR}" \
|
||
|
$@ \
|
||
|
${libtorrent_SOURCE_DIR}/examples
|