forked from premiere/premiere-libtorrent
9 lines
189 B
Bash
9 lines
189 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd ${libtorrent_BINARY_DIR}/examples
|
||
|
cmake \
|
||
|
-D libtorrent_includes_asio_source=${asio_source} \
|
||
|
-G "${CMAKE_GENERATOR}" \
|
||
|
$@ \
|
||
|
${libtorrent_SOURCE_DIR}/examples
|